[Translation] changed some unit tests for PHPUnit 3.6.0 compatibility

This commit is contained in:
Fabien Potencier 2011-10-04 08:43:04 +02:00
parent cf4a91e923
commit 92d19063a8

View File

@ -28,7 +28,7 @@ class XliffFileLoaderTest extends \PHPUnit_Framework_TestCase
}
/**
* @expectedException Exception
* @expectedException \RuntimeException
*/
public function testLoadInvalidResource()
{
@ -37,7 +37,7 @@ class XliffFileLoaderTest extends \PHPUnit_Framework_TestCase
}
/**
* @expectedException Exception
* @expectedException \RuntimeException
*/
public function testLoadResourceDoesNotValidate()
{