Let’s not use Composer’s autoload, since it fails in 5.2
This reverts commitaf737f4cc7. This reverts commit84a4ff5b16.
This commit is contained in:
+3
-2
@@ -9,7 +9,8 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
$loader = require dirname(__FILE__).'/../vendor/autoload.php';
|
||||
$loader->add('Mustache_Test', dirname(__FILE__));
|
||||
require dirname(__FILE__).'/../src/Mustache/Autoloader.php';
|
||||
Mustache_Autoloader::register();
|
||||
Mustache_Autoloader::register(dirname(__FILE__).'/../test');
|
||||
|
||||
require dirname(__FILE__).'/../vendor/yaml/lib/sfYamlParser.php';
|
||||
|
||||
Reference in New Issue
Block a user