From d985d493a3fdcf4524f67ce0d75f5e4523e8a8d5 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 24 Oct 2018 13:35:31 +0200 Subject: Migrations: Added namespace --- tests/Unit/Database/Migration/MigrationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Unit/Database/Migration/MigrationTest.php') diff --git a/tests/Unit/Database/Migration/MigrationTest.php b/tests/Unit/Database/Migration/MigrationTest.php index 43bded09..2fa1b6c0 100644 --- a/tests/Unit/Database/Migration/MigrationTest.php +++ b/tests/Unit/Database/Migration/MigrationTest.php @@ -2,7 +2,7 @@ namespace Engelsystem\Test\Unit\Database; -use AnotherStuff; +use Engelsystem\Migrations\AnotherStuff; use Illuminate\Database\Schema\Builder as SchemaBuilder; use PHPUnit\Framework\MockObject\MockBuilder; use PHPUnit\Framework\TestCase; -- cgit v1.2.3-54-g00ecf