From bbe444525715593e98b64d2b7d28dcf36e479981 Mon Sep 17 00:00:00 2001 From: Joni Danino Date: Fri, 16 Jul 2021 12:40:57 +0200 Subject: [PATCH 1/2] Fix the unit test stub --- stubs/Unit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/Unit.php b/stubs/Unit.php index 0f429e88..2349e27c 100644 --- a/stubs/Unit.php +++ b/stubs/Unit.php @@ -1,5 +1,5 @@ assertTrue(true); }); From 7ddcc03ad9e7e7f5fb7ffc17fb26f1ea883bbd6c Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 16 Jul 2021 13:00:32 +0100 Subject: [PATCH 2/2] Update stubs/Unit.php Co-authored-by: Owen Voke --- stubs/Unit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/Unit.php b/stubs/Unit.php index 2349e27c..8c2702d6 100644 --- a/stubs/Unit.php +++ b/stubs/Unit.php @@ -1,5 +1,5 @@ assertTrue(true); + expect(true)->toBeTrue(); });