From 9c5ae6976222c4fb95e944b4d84f3431bad3dc0b Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Thu, 21 Apr 2022 08:13:25 +0200 Subject: [PATCH] #118 - cr fix --- tests/Feature/{KeysTest.php => KeyTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/Feature/{KeysTest.php => KeyTest.php} (98%) diff --git a/tests/Feature/KeysTest.php b/tests/Feature/KeyTest.php similarity index 98% rename from tests/Feature/KeysTest.php rename to tests/Feature/KeyTest.php index aa040fc..e9c3ddc 100644 --- a/tests/Feature/KeysTest.php +++ b/tests/Feature/KeyTest.php @@ -10,7 +10,7 @@ use Tests\FeatureTestCase; use Toby\Eloquent\Models\Key; use Toby\Eloquent\Models\User; -class KeysTest extends FeatureTestCase +class KeyTest extends FeatureTestCase { use DatabaseMigrations;