@@ -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