Removes non-used tests

This commit is contained in:
Nuno Maduro
2022-09-15 21:16:28 +01:00
parent b21bfe3666
commit f20a7cc9e4
2 changed files with 0 additions and 8 deletions

View File

@ -1,4 +0,0 @@
 PASS  Tests\Fixtures\DirectoryWithTests\ExampleTest
✓ it example 1
Tests: 1 passed (1 assertions)

View File

@ -30,10 +30,6 @@ test('allows to run a directory', function () use ($run, $snapshot) {
expect($run('tests/Fixtures'))->toContain($snapshot('allows-to-run-a-directory')); expect($run('tests/Fixtures'))->toContain($snapshot('allows-to-run-a-directory'));
})->skip(PHP_OS_FAMILY === 'Windows'); })->skip(PHP_OS_FAMILY === 'Windows');
it('has ascii chars', function () use ($run, $snapshot) {
expect($run('tests/Fixtures/DirectoryWithTests/ExampleTest.php', true))->toContain($snapshot('has-ascii-chars'));
})->skip(PHP_OS_FAMILY === 'Windows');
it('disable decorating printer when colors is set to never', function () use ($snapshot) { it('disable decorating printer when colors is set to never', function () use ($snapshot) {
$process = new Process([ $process = new Process([
'php', 'php',