From 813a0a3ebed2ebaddb84136714e966f6bfb16e59 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jul 2015 09:08:44 +0200 Subject: php-phpunit-PHPUnit-MockObject: fix autoloader --- Autoload.php.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Autoload.php.in') diff --git a/Autoload.php.in b/Autoload.php.in index e79223b..94cfaee 100644 --- a/Autoload.php.in +++ b/Autoload.php.in @@ -12,7 +12,7 @@ spl_autoload_register( ___CLASSLIST___ ); - $path = dirname(dirname(dirname(__FILE__))); + $path = __DIR__; } $cn = strtolower($class); -- cgit