mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00:00
MINOR: Removed debug statement from test (from r96641) (from r96650)
This commit is contained in:
parent
d4a55dd543
commit
99a788a0dc
@ -146,7 +146,6 @@ class SubsitesVirtualPageTest extends SapphireTest {
|
||||
$page->doUnpublish();
|
||||
|
||||
Subsite::changeSubsite($vp1->SubsiteID);
|
||||
$_REQUEST['showqueries']=1;
|
||||
$onLive = Versioned::get_one_by_stage('SubsitesVirtualPage', 'Live', "SiteTree_Live.ID = ".$vp1->ID);
|
||||
$this->assertFalse($onLive, 'SVP has been removed from live');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user