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); - } -}