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 @@ -285,12 +285,12 @@ public function testFallbackCatalogueResources()
285
285
286
286
$ resources = $ translator ->getCatalogue ('en ' )->getResources ();
287
287
$ this ->assertCount (1 , $ resources );
288
- $ this ->assertContains ( __DIR__ .DIRECTORY_SEPARATOR .'fixtures ' .DIRECTORY_SEPARATOR .'resources.yml ' , $ resources );
288
+ $ this ->assertContains (__DIR__ .DIRECTORY_SEPARATOR .'fixtures ' .DIRECTORY_SEPARATOR .'resources.yml ' , $ resources );
289
289
290
290
$ resources = $ translator ->getCatalogue ('en_GB ' )->getResources ();
291
291
$ this ->assertCount (2 , $ resources );
292
- $ this ->assertContains ( __DIR__ .DIRECTORY_SEPARATOR .'fixtures ' .DIRECTORY_SEPARATOR .'empty.yml ' , $ resources );
293
- $ this ->assertContains ( __DIR__ .DIRECTORY_SEPARATOR .'fixtures ' .DIRECTORY_SEPARATOR .'resources.yml ' , $ resources );
292
+ $ this ->assertContains (__DIR__ .DIRECTORY_SEPARATOR .'fixtures ' .DIRECTORY_SEPARATOR .'empty.yml ' , $ resources );
293
+ $ this ->assertContains (__DIR__ .DIRECTORY_SEPARATOR .'fixtures ' .DIRECTORY_SEPARATOR .'resources.yml ' , $ resources );
294
294
}
295
295
296
296
/**
You can’t perform that action at this time.
0 commit comments