소스 검색

[Test] runs travis!

Thomas Rabaix 13 년 전
부모
커밋
f1adabe006
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;
     }
-});
+});
+