We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068860d commit e29baceCopy full SHA for e29bace
tests/Unit/FilePathsTest.php
@@ -120,7 +120,7 @@
120
expect($files)->toHaveCount(1);
121
$file = $files[0];
122
expect($file->path)->toBe($originalFile->path)
123
- ->and($file->displayPath)->toBe('TestPath/first.log')
+ ->and($file->displayPath)->toBe('TestPath'.DIRECTORY_SEPARATOR.'first.log')
124
->and($file->subFolder)->toBe('TestPath');
125
});
126
@@ -136,6 +136,6 @@
136
137
138
139
140
141
0 commit comments