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