From 7f71c6323ba5783e14250bf2ba12854c7efe852b Mon Sep 17 00:00:00 2001 From: glovetleong Date: Wed, 20 Jul 2022 20:19:20 +0800 Subject: [PATCH] test --- 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); + } }