From d12c1a322f558030c3ddf902c5b8c00a1ffb5e16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 2 Jan 2016 09:49:29 +0100 Subject: php-phpspec: 2.4.1 --- phpspec-autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpspec-autoload.php') diff --git a/phpspec-autoload.php b/phpspec-autoload.php index d39e8d1..e050872 100644 --- a/phpspec-autoload.php +++ b/phpspec-autoload.php @@ -23,7 +23,7 @@ if (is_dir(getcwd().'/spec')) { $fedoraClassLoader->addPrefix('spec', getcwd()); } -// Depdencies (Rely on include_path as in PHPUnit dependencies + circular dependencies) +// Dependencies (Rely on include_path as in PHPUnit dependencies + circular dependencies) require_once 'phpspec/php-diff/autoload.php'; require_once 'Prophecy/autoload.php'; require_once 'SebastianBergmann/Exporter/autoload.php'; -- cgit