Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 27, 2024
1 parent a114036 commit 0eb7df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Orchestra\Testbench\Foundation\Env;
use Orchestra\Testbench\TestCase as Testbench;

use function Illuminate\Filesystem\join_paths;
use function Orchestra\Testbench\join_paths;

abstract class TestCase extends Testbench
{
Expand Down
2 changes: 1 addition & 1 deletion src/server.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Orchestra\Testbench\Dusk\DuskServer;

use function Illuminate\Filesystem\join_paths;
use function Orchestra\Testbench\join_paths;

// Simple server script, which pulls in large part from the framework.
// It has been adapted so we can reconstruct the application to the
Expand Down

0 comments on commit 0eb7df9

Please sign in to comment.