Sfoglia il codice sorgente

[Test] runs travis!

Thomas Rabaix 13 anni fa
parent
commit
f1adabe006
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      Tests/tests/autoload.php.dist

+ 2 - 1
Tests/tests/autoload.php.dist

@@ -25,4 +25,5 @@ spl_autoload_register(function($class) {
         require_once $path;
         return true;
     }
-});
+});
+