10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4a91e commit 92d1906Copy full SHA for 92d1906
tests/Symfony/Tests/Component/Translation/Loader/XliffFileLoaderTest.php
@@ -28,7 +28,7 @@ public function testLoad()
28
}
29
30
/**
31
- * @expectedException Exception
+ * @expectedException \RuntimeException
32
*/
33
public function testLoadInvalidResource()
34
{
@@ -37,7 +37,7 @@ public function testLoadInvalidResource()
37
38
39
40
41
42
public function testLoadResourceDoesNotValidate()
43
0 commit comments