mirror of
https://github.com/pestphp/pest.git
synced 2026-07-22 01:20:03 +02:00
fix: namespace import
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ namespace Pest;
|
|||||||
|
|
||||||
use BadMethodCallException;
|
use BadMethodCallException;
|
||||||
use Closure;
|
use Closure;
|
||||||
use Pest\Arch\Conctracts\ArchExpectation;
|
use Pest\Arch\Contracts\ArchExpectation;
|
||||||
use Pest\Arch\Expectations\ToDependOn;
|
use Pest\Arch\Expectations\ToDependOn;
|
||||||
use Pest\Arch\Expectations\ToDependOnNothing;
|
use Pest\Arch\Expectations\ToDependOnNothing;
|
||||||
use Pest\Arch\Expectations\ToOnlyDependOn;
|
use Pest\Arch\Expectations\ToOnlyDependOn;
|
||||||
|
|||||||
Reference in New Issue
Block a user