LocalWithWorkDirCept.php 334 B

123456
  1. <?php
  2. $I = new CoverGuy($scenario);
  3. $I->wantTo('try generate local codecoverage with work directory');
  4. $I->amInPath('tests/data/sandbox');
  5. $I->executeCommand('run remote_server --env=work --coverage --debug');
  6. $I->seeInShellOutput('Replacing all instances of /tmp/test/ with ' . realpath(__DIR__ . '/../..') . '/tests/data/sandbox/');