Skip to content

Commit

Permalink
Update CleanupSymlinkIntegrationTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Apr 24, 2024
1 parent 9b2a24e commit f72148e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Integration/CleanupSymlinkIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public function testEnsureNoRemovalOfSymlinks(): void

$relative_symlinked_package_dir = $main_package_dir . 'vendor/strauss-test/symlinked-package';

$relative_symlinked_package_dir = str_replace(['/', '\\'], DIRECTORY_SEPARATOR, $relative_symlinked_package_dir);

assert(is_dir($relative_symlinked_package_dir));

$strauss = new Compose();
Expand Down

0 comments on commit f72148e

Please sign in to comment.