mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Removes non-used tests
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
[30;42;1m PASS [39;49;22m[39m Tests\Fixtures\DirectoryWithTests\ExampleTest[39m
|
||||
[32;1m✓[39;22m[38;5;103m [39m[38;5;103mit example 1[39m
|
||||
|
||||
[90;1mTests:[39;22m [32;1m1 passed[39;22m[90m (1 assertions)[39m
|
||||
@ -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'));
|
||||
})->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) {
|
||||
$process = new Process([
|
||||
'php',
|
||||
|
||||
Reference in New Issue
Block a user