Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit beb899d

Browse files
committed
update the namespace for the TestCase class. (tests are now namespaces in l54 under the Tests namespace)
1 parent b488678 commit beb899d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Lucid\Foundation;
44

5-
use TestCase as BaseTestCase;
5+
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
66

77
class TestCase extends BaseTestCase
88
{

0 commit comments

Comments
 (0)