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 14
14
use Symfony \Component \Asset \Package ;
15
15
use Symfony \Component \Asset \Packages ;
16
16
use Symfony \Component \Asset \VersionStrategy \StaticVersionStrategy ;
17
- use Symfony \Component \Asset \Exception \InvalidArgumentException ;
18
- use Symfony \Component \Asset \Exception \LogicException ;
19
17
20
18
class PackagesTest extends \PHPUnit_Framework_TestCase
21
19
{
@@ -57,7 +55,7 @@ public function testGetUrl()
57
55
}
58
56
59
57
/**
60
- * @expectedException LogicException
58
+ * @expectedException \Symfony\Component\Asset\Exception\ LogicException
61
59
*/
62
60
public function testNoDefaultPackage ()
63
61
{
@@ -66,7 +64,7 @@ public function testNoDefaultPackage()
66
64
}
67
65
68
66
/**
69
- * @expectedException InvalidArgumentException
67
+ * @expectedException \Symfony\Component\Asset\Exception\ InvalidArgumentException
70
68
*/
71
69
public function testUndefinedPackage ()
72
70
{
You can’t perform that action at this time.
0 commit comments