Skip to content

Commit

Permalink
Uncommented phiremock init
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel committed Jan 24, 2018
1 parent 5c35acf commit 31fe280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests/acceptance/_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'>',
codecept_log_dir() . '/phiremock.log',
'2>&1',
]; /*
];
echo 'Running ' . implode(' ', $command) . PHP_EOL;
$process = new Process($command);
$process->disableOutput();
Expand All @@ -26,5 +26,5 @@
});

$process->start();
*/

sleep(1);

0 comments on commit 31fe280

Please sign in to comment.