From c7788b19ace93d7918ce821bad3087eb9295f51a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 2 Apr 2019 00:03:59 +0100 Subject: [PATCH] Rename file --- tests/{OtherwiseTest.php => OtherwiseHasTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/{OtherwiseTest.php => OtherwiseHasTest.php} (96%) diff --git a/tests/OtherwiseTest.php b/tests/OtherwiseHasTest.php similarity index 96% rename from tests/OtherwiseTest.php rename to tests/OtherwiseHasTest.php index 675f928..cd6ff09 100644 --- a/tests/OtherwiseTest.php +++ b/tests/OtherwiseHasTest.php @@ -6,7 +6,7 @@ use Opdavies\GmailFilterBuilder\Model\Filter; use Opdavies\GmailFilterBuilder\Model\FilterGroup; use PHPUnit\Framework\TestCase; -class OtherwiseTest extends TestCase +class OtherwiseHasTest extends TestCase { /** @test */