Skip to content

Commit

Permalink
Test Improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 9, 2024
1 parent 38c400b commit 32e8df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NewCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function test_it_can_scaffold_a_new_laravel_app()
public function test_it_can_chops_trailing_slash_from_name()
{
$scaffoldDirectoryName = 'tests-output/trailing/';
$scaffoldDirectory = __DIR__.'/../'.$scaffoldDirectoryName;
$scaffoldDirectory = realpath(__DIR__.'/../'.$scaffoldDirectoryName);

if (file_exists($scaffoldDirectory)) {
if (PHP_OS_FAMILY == 'Windows') {
Expand Down

0 comments on commit 32e8df6

Please sign in to comment.