From 5f7b498f24287ee145f7fa4fdd1683ae19cc8f3a Mon Sep 17 00:00:00 2001 From: Glauber Silva Date: Fri, 12 Apr 2024 16:37:14 -0300 Subject: [PATCH] refactor: remove test folder --- tests/Unit/Colors/TestSamples.php | 41 ------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 tests/Unit/Colors/TestSamples.php diff --git a/tests/Unit/Colors/TestSamples.php b/tests/Unit/Colors/TestSamples.php deleted file mode 100644 index bff2ff6..0000000 --- a/tests/Unit/Colors/TestSamples.php +++ /dev/null @@ -1,41 +0,0 @@ -expectException(WPDieException::class); - - wp_die(); - } - - /** - * @unreleased - */ - public function testAssertTrue() - { - $this->assertTrue(true); - } - - /** - * @unreleased - */ - public function testAssertEquals() - { - $this->assertEquals(true, true); - } -}