mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Start of work
This commit is contained in:
@ -8,4 +8,7 @@ it('is capable doing multiple assertions')
|
|||||||
->assertTrue(true)
|
->assertTrue(true)
|
||||||
->assertFalse(false);
|
->assertFalse(false);
|
||||||
|
|
||||||
|
//it('can tap into the test')
|
||||||
|
|
||||||
|
|
||||||
afterEach()->assertTrue(true);
|
afterEach()->assertTrue(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user