From c71517a3d11e4b1b367a4b7c178d992da32e0ca2 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 6 Dec 2018 20:59:20 +0100 Subject: [PATCH] Unify test namespaces --- composer.json | 2 +- tests/TinkerCasterTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 23f6b15..fffbecf 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "autoload-dev": { "psr-4": { - "Tests\\": "tests/" + "Laravel\\Tinker\\Tests\\": "tests/" } }, "extra": { diff --git a/tests/TinkerCasterTest.php b/tests/TinkerCasterTest.php index 228c429..16919c6 100644 --- a/tests/TinkerCasterTest.php +++ b/tests/TinkerCasterTest.php @@ -1,6 +1,6 @@