From 2d9a44982f9a223a4bcd1f54e6570609e74ce4b8 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Sat, 29 Aug 2020 18:08:58 +0200 Subject: [PATCH] Move RelationTest to right place --- tests/{Unit => Feature}/RelationTest.php | 2 +- tests/Unit/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{Unit => Feature}/RelationTest.php (98%) create mode 100644 tests/Unit/.gitkeep diff --git a/tests/Unit/RelationTest.php b/tests/Feature/RelationTest.php similarity index 98% rename from tests/Unit/RelationTest.php rename to tests/Feature/RelationTest.php index f888067..a04d093 100644 --- a/tests/Unit/RelationTest.php +++ b/tests/Feature/RelationTest.php @@ -1,6 +1,6 @@