Skip to content

Commit 0922f40

Browse files
committed
Cleaned up tests
Signed-off-by: Kirtan Gajjar <[email protected]>
1 parent da66cb0 commit 0922f40

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

features/bootstrap/FeatureContext.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ public function stdoutOfCommandShouldReturnSomethingLike($output_stream, $index,
169169
*/
170170
public function theSiteShouldBeMultisite( $site, $type )
171171
{
172-
var_dump(EE_SITE_ROOT . "$site" );
173-
var_dump(scandir(EE_SITE_ROOT . "$site") );
174-
chdir( EE_SITE_ROOT . "$site" );
175-
176172
$result = EE::launch("cd " . EE_SITE_ROOT . "$site && docker-compose exec --user='www-data' php sh -c 'wp config get SUBDOMAIN_INSTALL'", false, true );
177173

178174
if( $result->stderr ) {

0 commit comments

Comments
 (0)