@@ -62,7 +62,7 @@ public function testAddDescriptionEnhancers()
62
62
/**
63
63
* It should throw an exception if the tag does not have the "alias" key.
64
64
*
65
- * @expectedException Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
65
+ * @expectedException \ Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
66
66
* @expectedExceptionMessage has no "alias" attribute
67
67
*/
68
68
public function testHasNoAlias ()
@@ -81,7 +81,7 @@ public function testHasNoAlias()
81
81
/**
82
82
* It should throw an exception if two tags have the same alias.
83
83
*
84
- * @expectedException Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
84
+ * @expectedException \ Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
85
85
* @expectedExceptionMessage has already been registered
86
86
*/
87
87
public function testDuplicatedAlias ()
@@ -101,7 +101,7 @@ public function testDuplicatedAlias()
101
101
/**
102
102
* It should throw an exception if an unknown enhancer is enabled.
103
103
*
104
- * @expectedException Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
104
+ * @expectedException \ Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
105
105
* @expectedExceptionMessage Unknown description enhancer(s) "three" were enabled, available enhancers: "one", "two"
106
106
*/
107
107
public function testUnknownEnhancer ()
@@ -121,7 +121,7 @@ public function testUnknownEnhancer()
121
121
/**
122
122
* It should throw an exception if an invalid tag attributes is used.
123
123
*
124
- * @expectedException Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
124
+ * @expectedException \ Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
125
125
* @expectedExceptionMessage Unknown tag attributes "foobar" for service "service_1", valid attributes: "name", "alias", "priority
126
126
*/
127
127
public function testInvalidAttribute ()
0 commit comments