summaryrefslogtreecommitdiffstats
path: root/Autoload.php.in
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-02 09:08:44 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-02 09:08:44 +0200
commit813a0a3ebed2ebaddb84136714e966f6bfb16e59 (patch)
treec23c6b9a2e53d9331f6417038b6ae729a01b19c5 /Autoload.php.in
parentb40c903a7aab9e893669ac394791d327c12af15e (diff)
php-phpunit-PHPUnit-MockObject: fix autoloader
Diffstat (limited to 'Autoload.php.in')
-rw-r--r--Autoload.php.in2
1 files changed, 1 insertions, 1 deletions
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);