mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX: the decorator was not completely removed, which caused trouble for tests running later in the same batch (from r103214)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111660 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5926dcc234
commit
88db7a6a50
@ -17,7 +17,7 @@ class FilesystemPublisherTest extends SapphireTest {
|
||||
}
|
||||
|
||||
function tearDown() {
|
||||
Object::remove_extension("SiteTree", "FilesystemPublisher");
|
||||
Object::remove_extension("SiteTree", "FilesystemPublisher('../FilesystemPublisherTest-static-folder/')");
|
||||
SiteTree::$write_homepage_map = true;
|
||||
|
||||
parent::tearDown();
|
||||
|
Loading…
Reference in New Issue
Block a user