mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Don't add the class manifest with tests as an exclusive manifest
This commit is contained in:
parent
447c1b97c2
commit
9116e40eb8
@ -82,7 +82,7 @@ class TestRunner extends Controller {
|
|||||||
BASE_PATH, true, isset($_GET['flush'])
|
BASE_PATH, true, isset($_GET['flush'])
|
||||||
);
|
);
|
||||||
|
|
||||||
SS_ClassLoader::instance()->pushManifest($classManifest);
|
SS_ClassLoader::instance()->pushManifest($classManifest, false);
|
||||||
SapphireTest::set_test_class_manifest($classManifest);
|
SapphireTest::set_test_class_manifest($classManifest);
|
||||||
|
|
||||||
SS_TemplateLoader::instance()->pushManifest(new SS_TemplateManifest(
|
SS_TemplateLoader::instance()->pushManifest(new SS_TemplateManifest(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user