mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
add more tests
This commit is contained in:
@ -38,3 +38,7 @@ test('depends with defined arguments', function (string $first, string $second)
|
||||
test('depends run test only once', function () use (&$runCounter) {
|
||||
assertEquals(2, $runCounter);
|
||||
})->depends('first', 'second');
|
||||
|
||||
test('incomplete')->skip('incomplete');
|
||||
|
||||
test('depends on incomplete')->depends('incomplete')->doesNotPerformAssertions();
|
||||
|
||||
Reference in New Issue
Block a user