Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit de128da

Browse files
wouterjStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 8a78731 commit de128da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Unit/DependencyInjection/Compiler/DescriptionEnhancerPassTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testAddDescriptionEnhancers()
6262
/**
6363
* It should throw an exception if the tag does not have the "alias" key.
6464
*
65-
* @expectedException Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
65+
* @expectedException \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
6666
* @expectedExceptionMessage has no "alias" attribute
6767
*/
6868
public function testHasNoAlias()
@@ -81,7 +81,7 @@ public function testHasNoAlias()
8181
/**
8282
* It should throw an exception if two tags have the same alias.
8383
*
84-
* @expectedException Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
84+
* @expectedException \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
8585
* @expectedExceptionMessage has already been registered
8686
*/
8787
public function testDuplicatedAlias()
@@ -101,7 +101,7 @@ public function testDuplicatedAlias()
101101
/**
102102
* It should throw an exception if an unknown enhancer is enabled.
103103
*
104-
* @expectedException Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
104+
* @expectedException \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
105105
* @expectedExceptionMessage Unknown description enhancer(s) "three" were enabled, available enhancers: "one", "two"
106106
*/
107107
public function testUnknownEnhancer()
@@ -121,7 +121,7 @@ public function testUnknownEnhancer()
121121
/**
122122
* It should throw an exception if an invalid tag attributes is used.
123123
*
124-
* @expectedException Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
124+
* @expectedException \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
125125
* @expectedExceptionMessage Unknown tag attributes "foobar" for service "service_1", valid attributes: "name", "alias", "priority
126126
*/
127127
public function testInvalidAttribute()

0 commit comments

Comments
 (0)