File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/Symfony/Component/Asset/Tests Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1414use Symfony \Component \Asset \Package ;
1515use Symfony \Component \Asset \Packages ;
1616use Symfony \Component \Asset \VersionStrategy \StaticVersionStrategy ;
17- use Symfony \Component \Asset \Exception \InvalidArgumentException ;
18- use Symfony \Component \Asset \Exception \LogicException ;
1917
2018class PackagesTest extends \PHPUnit_Framework_TestCase
2119{
@@ -57,7 +55,7 @@ public function testGetUrl()
5755 }
5856
5957 /**
60- * @expectedException LogicException
58+ * @expectedException \Symfony\Component\Asset\Exception\ LogicException
6159 */
6260 public function testNoDefaultPackage ()
6361 {
@@ -66,7 +64,7 @@ public function testNoDefaultPackage()
6664 }
6765
6866 /**
69- * @expectedException InvalidArgumentException
67+ * @expectedException \Symfony\Component\Asset\Exception\ InvalidArgumentException
7068 */
7169 public function testUndefinedPackage ()
7270 {
You can’t perform that action at this time.
0 commit comments