File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -255,12 +255,12 @@ public function testFallbackCatalogueResources()
255
255
256
256
$ resources = $ catalogues ['en ' ]->getResources ();
257
257
$ this ->assertCount (1 , $ resources );
258
- $ this ->assertContains ( __DIR__ .' / fixtures/ resources.yml ' , $ resources );
258
+ $ this ->assertContains ( __DIR__ .DIRECTORY_SEPARATOR . ' fixtures ' . DIRECTORY_SEPARATOR . ' resources.yml ' , $ resources );
259
259
260
260
$ resources = $ catalogues ['en_GB ' ]->getResources ();
261
261
$ this ->assertCount (2 , $ resources );
262
- $ this ->assertContains ( __DIR__ .' / fixtures/ empty.yml ' , $ resources );
263
- $ this ->assertContains ( __DIR__ .' / fixtures/ resources.yml ' , $ resources );
262
+ $ this ->assertContains ( __DIR__ .DIRECTORY_SEPARATOR . ' fixtures ' . DIRECTORY_SEPARATOR . ' empty.yml ' , $ resources );
263
+ $ this ->assertContains ( __DIR__ .DIRECTORY_SEPARATOR . ' fixtures ' . DIRECTORY_SEPARATOR . ' resources.yml ' , $ resources );
264
264
}
265
265
266
266
/**
You can’t perform that action at this time.
0 commit comments