Merge pull request #3 from gitter-badger/gitter-badge
[pharext/pharext] / tests / autoload.php
index d914f3f46bed756b5035990d3eb58a8e5516bda2..116defaf6fec1ae047e1d829fd872f60d9123ad4 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+set_include_path(__DIR__."/src:".get_include_path());
 spl_autoload_register(function($class) {
        if (strncmp($class, "pharext\\", strlen("pharext\\"))) {
                return false;