From 5f72870bf310563035aebf4281d38fdc3673120a Mon Sep 17 00:00:00 2001 From: glovetleong Date: Wed, 20 Jul 2022 21:39:57 +0800 Subject: [PATCH] test 3 --- tests/Unit/ExampleTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php index 358cfc88..b22f346b 100644 --- a/tests/Unit/ExampleTest.php +++ b/tests/Unit/ExampleTest.php @@ -14,5 +14,6 @@ class ExampleTest extends TestCase public function testBasicTest() { $this->assertTrue(true); + } }