8000 Fixed typos in the expectedException annotations · symfony/symfony@b36de36 · GitHub
[go: up one dir, main page]

Skip to content

Commit b36de36

Browse files
GrahamCampbellfabpot
authored andcommitted
Fixed typos in the expectedException annotations
1 parent 3ef96b9 commit b36de36

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Symfony/Component/Asset/Tests/PackagesTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
use Symfony\Component\Asset\Package;
1515
use Symfony\Component\Asset\Packages;
1616
use Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy;
17-
use Symfony\Component\Asset\Exception\InvalidArgumentException;
18-
use Symfony\Component\Asset\Exception\LogicException;
1917

2018
class 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
{

0 commit comments

Comments
 (0)
0