Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b36de36

Browse filesBrowse files
GrahamCampbellfabpot
authored andcommitted
Fixed typos in the expectedException annotations
1 parent 3ef96b9 commit b36de36
Copy full SHA for b36de36

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Asset/Tests/PackagesTest.php
+2-4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.