From 0cb729da8171ae47606579cc743e1eeff373cf2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Monnot=20St=C3=A9phane?= Date: Mon, 7 Mar 2016 16:40:31 +0100 Subject: [PATCH] Rename test filename --- tests/{FriedshipsTest.php => FriendshipsTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/{FriedshipsTest.php => FriendshipsTest.php} (99%) diff --git a/tests/FriedshipsTest.php b/tests/FriendshipsTest.php similarity index 99% rename from tests/FriedshipsTest.php rename to tests/FriendshipsTest.php index d10f23a..69d26da 100644 --- a/tests/FriedshipsTest.php +++ b/tests/FriendshipsTest.php @@ -4,7 +4,7 @@ use Illuminate\Foundation\Testing\DatabaseMigrations; use Illuminate\Foundation\Testing\DatabaseTransactions; -class FriedshipsTest extends TestCase +class FriendshipsTest extends TestCase { use DatabaseTransactions;