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 16
16
class BooleanNodeDefinitionTest extends \PHPUnit_Framework_TestCase
17
17
{
18
18
/**
19
- * @expectedException Symfony\Component\Config\Definition\Exception\InvalidDefinitionException
19
+ * @expectedException \ Symfony\Component\Config\Definition\Exception\InvalidDefinitionException
20
20
* @expectedExceptionMessage ->cannotBeEmpty() is not applicable to BooleanNodeDefinition.
21
21
*/
22
22
public function testCannotBeEmptyThrowsAnException ()
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public function testFloatValidMinMaxAssertion()
92
92
}
93
93
94
94
/**
95
- * @expectedException Symfony\Component\Config\Definition\Exception\InvalidDefinitionException
95
+ * @expectedException \ Symfony\Component\Config\Definition\Exception\InvalidDefinitionException
96
96
* @expectedExceptionMessage ->cannotBeEmpty() is not applicable to NumericNodeDefinition.
97
97
*/
98
98
public function testCannotBeEmptyThrowsAnException ()
You can’t perform that action at this time.
0 commit comments