summaryrefslogtreecommitdiffstats
path: root/Autoload.php.in
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-02 09:04:21 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-02 09:04:21 +0200
commit7c2b84f7dd5ab6f2e79d7b680ad2356684edd13c (patch)
tree7efc4d600866ffe0b55dfc325dbda1469bd0c750 /Autoload.php.in
parentb676f0cf5b8a0a60b331065e4119302f65e91727 (diff)
php-phpunit-PHP-CodeCoverage: 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 98b2e99..2f422fb 100644
--- a/Autoload.php.in
+++ b/Autoload.php.in
@@ -18,7 +18,7 @@ spl_autoload_register(
___CLASSLIST___
);
- $path = dirname(dirname(__FILE__));
+ $path = __DIR__;
}
$cn = strtolower($class);