Skip to content

Commit

Permalink
Normalize paths for tests on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Oct 14, 2024
1 parent a7ddad5 commit dca0282
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Generator/MigrationMakeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
expect($discoveredPaths)->toHaveCount(3);

$expectedFolderPatterns = [
'Invoicing/Database/Migrations',
'Shared/Database/Migrations',
'Reporting/Database/Migrations',
Path::normalize('Invoicing/Database/Migrations'),
Path::normalize('Shared/Database/Migrations'),
Path::normalize('Reporting/Database/Migrations'),
];

foreach ($discoveredPaths as $path) {
Expand Down

0 comments on commit dca0282

Please sign in to comment.