From 61544bdec40c55289e0289ebb01afbdd07f7f688 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Mon, 3 Oct 2022 12:02:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/ExampleTest.php | 23 ----------------------- tests/TestCase.php | 18 ------------------ 2 files changed, 41 deletions(-) delete mode 100644 tests/ExampleTest.php delete mode 100644 tests/TestCase.php diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php deleted file mode 100644 index 1c265d4..0000000 --- a/tests/ExampleTest.php +++ /dev/null @@ -1,23 +0,0 @@ -get('/'); - - $this->assertEquals( - $this->app->version(), $this->response->getContent() - ); - } -} diff --git a/tests/TestCase.php b/tests/TestCase.php deleted file mode 100644 index ce2dd60..0000000 --- a/tests/TestCase.php +++ /dev/null @@ -1,18 +0,0 @@ -