Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 7, 2023
1 parent 4e86414 commit 32d02d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Workbench/HelpersTest.php
Expand Up @@ -6,6 +6,7 @@
use Orchestra\Testbench\Foundation\Config;
use Orchestra\Testbench\TestCase;

use function Orchestra\Testbench\package_path;
use function Orchestra\Testbench\workbench;
use function Orchestra\Testbench\workbench_path;

Expand Down Expand Up @@ -76,7 +77,7 @@ public function it_can_resolve_workbench_without_bound()
public function it_can_resolve_workbench_path()
{
$this->assertSame(
realpath(__DIR__.'/../../workbench/database/migrations/2013_07_26_182750_create_testbench_users_table.php'),
realpath(package_path('workbench/database/migrations/2013_07_26_182750_create_testbench_users_table.php')),
workbench_path('database'.DIRECTORY_SEPARATOR.'migrations'.DIRECTORY_SEPARATOR.'2013_07_26_182750_create_testbench_users_table.php')
);
}
Expand Down

0 comments on commit 32d02d3

Please sign in to comment.