fix tests
[pharext/pharext] / tests / autoload.php
index 116defaf6fec1ae047e1d829fd872f60d9123ad4..341def01d18d4ed35efcb36672b08674e0a37f24 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-set_include_path(__DIR__."/src:".get_include_path());
+set_include_path(__DIR__."/../src:".get_include_path());
 spl_autoload_register(function($class) {
        if (strncmp($class, "pharext\\", strlen("pharext\\"))) {
                return false;