Skip to content

Commit 4005f56

Browse files
committed
ITT: Tests namespace set.
1 parent f18b5f8 commit 4005f56

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/TestingTools/Asserts/DatabaseAssertsTest.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<?php
22

3+
namespace Illuminated\Testing\TestingTools\Tests\Asserts;
4+
35
use Illuminated\Testing\TestingTools\Tests\TestCase;
6+
use Orchestra\Database\ConsoleServiceProvider;
7+
use Post;
48

59
class DatabaseAssertsTest extends TestCase
610
{
@@ -16,8 +20,8 @@ public function setUp()
1620

1721
protected function getPackageProviders($app)
1822
{
19-
if (class_exists(Orchestra\Database\ConsoleServiceProvider::class)) {
20-
return [Orchestra\Database\ConsoleServiceProvider::class];
23+
if (class_exists(ConsoleServiceProvider::class)) {
24+
return [ConsoleServiceProvider::class];
2125
}
2226

2327
return [];

0 commit comments

Comments
 (0)