mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 02:37:22 +01:00
removes duplicated test
This commit is contained in:
@ -43,7 +43,3 @@ it('can just define the message if given condition is 1', function () {
|
|||||||
it('can handle a skipped test if it is trying to catch an exception', function () {
|
it('can handle a skipped test if it is trying to catch an exception', function () {
|
||||||
expect(1)->toBe(2);
|
expect(1)->toBe(2);
|
||||||
})->throws(ExpectationFailedException::class)->skip('this test should be skipped')->only();
|
})->throws(ExpectationFailedException::class)->skip('this test should be skipped')->only();
|
||||||
|
|
||||||
it('debug', function () {
|
|
||||||
expect(2)->toBe(2);
|
|
||||||
})->skip('this test should be skipped')->only();
|
|
||||||
|
|||||||
Reference in New Issue
Block a user