Start of work

This commit is contained in:
luke
2021-06-24 21:38:02 +01:00
parent 621718d4b1
commit 4f67eff619
+3
View File
@@ -8,4 +8,7 @@ it('is capable doing multiple assertions')
->assertTrue(true)
->assertFalse(false);
//it('can tap into the test')
afterEach()->assertTrue(true);