summaryrefslogtreecommitdiffstats
path: root/Autoload.php.in
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-02 09:01:30 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-02 09:01:30 +0200
commit540d6390dfb4e5bee25adeb9cfa401f383edd2f9 (patch)
treed69314677ffd163c1373a8ca284cd634cff921d6 /Autoload.php.in
parentd160f90fa8a685317e3ad5330ff891ad48378b91 (diff)
php-phpunit-PHP-TokenStream: 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 c6d8bd4..308048c 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);