Merge pull request #3096 from simonwelsh/nonexclusive-test

Don't add the class manifest with tests as an exclusive manifest
This commit is contained in:
Damian Mooyman 2014-05-05 08:43:47 +12:00
commit 1baefab391

View File

@ -82,7 +82,7 @@ class TestRunner extends Controller {
BASE_PATH, true, isset($_GET['flush'])
);
SS_ClassLoader::instance()->pushManifest($classManifest);
SS_ClassLoader::instance()->pushManifest($classManifest, false);
SapphireTest::set_test_class_manifest($classManifest);
SS_TemplateLoader::instance()->pushManifest(new SS_TemplateManifest(