Skip to content

Commit be72fc4

Browse files
committed
Fix test
1 parent 75e6115 commit be72fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Reflection/BetterReflection/SourceLocator/OptimizedSingleFileSourceLocatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function dataConst(): array
112112
],
113113
[
114114
'const_with_dir_const',
115-
__DIR__ . '/data',
115+
str_replace('\\', '/', __DIR__ . '/data'),
116116
],
117117
];
118118
}

0 commit comments

Comments
 (0)