File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -319,12 +319,12 @@ public function testFallbackCatalogueResources()
319
319
320
320
$ resources = $ translator ->getCatalogue ('en ' )->getResources ();
321
321
$ this ->assertCount (1 , $ resources );
322
- $ this ->assertContains (__DIR__ .\DIRECTORY_SEPARATOR .'fixtures ' .\DIRECTORY_SEPARATOR .'resources.yml ' , $ resources );
322
+ $ this ->assertContainsEquals (__DIR__ .\DIRECTORY_SEPARATOR .'fixtures ' .\DIRECTORY_SEPARATOR .'resources.yml ' , $ resources );
323
323
324
324
$ resources = $ translator ->getCatalogue ('en_GB ' )->getResources ();
325
325
$ this ->assertCount (2 , $ resources );
326
- $ this ->assertContains (__DIR__ .\DIRECTORY_SEPARATOR .'fixtures ' .\DIRECTORY_SEPARATOR .'empty.yml ' , $ resources );
327
- $ this ->assertContains (__DIR__ .\DIRECTORY_SEPARATOR .'fixtures ' .\DIRECTORY_SEPARATOR .'resources.yml ' , $ resources );
326
+ $ this ->assertContainsEquals (__DIR__ .\DIRECTORY_SEPARATOR .'fixtures ' .\DIRECTORY_SEPARATOR .'empty.yml ' , $ resources );
327
+ $ this ->assertContainsEquals (__DIR__ .\DIRECTORY_SEPARATOR .'fixtures ' .\DIRECTORY_SEPARATOR .'resources.yml ' , $ resources );
328
328
}
329
329
330
330
/**
You can’t perform that action at this time.
0 commit comments