Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf05646

Browse files
committed
delete useless tests
1 parent 19f9de9 commit cf05646

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Symfony/Tests/Component/Translation/Loader/MoFileLoaderTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,5 @@ public function testLoadInvalidResource()
3535
$loader = new MoFileLoader();
3636
$resource = __DIR__.'/../fixtures/empty.mo';
3737
$catalogue = $loader->load($resource, 'en', 'domain1');
38-
39-
$this->assertEquals(array(), $catalogue->all('domain1'));
40-
$this->assertEquals('en', $catalogue->getLocale());
41-
$this->assertEquals(array(new FileResource($resource)), $catalogue->getResources());
4238
}
4339
}

0 commit comments

Comments
 (0)