File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616class BooleanNodeDefinitionTest extends \PHPUnit_Framework_TestCase
1717{
1818 /**
19- * @expectedException Symfony\Component\Config\Definition\Exception\InvalidDefinitionException
19+ * @expectedException \ Symfony\Component\Config\Definition\Exception\InvalidDefinitionException
2020 * @expectedExceptionMessage ->cannotBeEmpty() is not applicable to BooleanNodeDefinition.
2121 */
2222 public function testCannotBeEmptyThrowsAnException ()
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public function testFloatValidMinMaxAssertion()
9292 }
9393
9494 /**
95- * @expectedException Symfony\Component\Config\Definition\Exception\InvalidDefinitionException
95+ * @expectedException \ Symfony\Component\Config\Definition\Exception\InvalidDefinitionException
9696 * @expectedExceptionMessage ->cannotBeEmpty() is not applicable to NumericNodeDefinition.
9797 */
9898 public function testCannotBeEmptyThrowsAnException ()
You can’t perform that action at this time.
0 commit comments