Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 14, 2020
1 parent 75e6115 commit be72fc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function dataConst(): array
],
[
'const_with_dir_const',
__DIR__ . '/data',
str_replace('\\', '/', __DIR__ . '/data'),
],
];
}
Expand Down

0 comments on commit be72fc4

Please sign in to comment.