File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
class GroupsTest extends \PHPUnit_Framework_TestCase
20
20
{
21
21
/**
22
- * @expectedException \InvalidArgumentException
22
+ * @expectedException \Symfony\Component\Serializer\Exception\ InvalidArgumentException
23
23
*/
24
24
public function testEmptyGroupsParameter ()
25
25
{
26
26
new Groups (array ('value ' => array ()));
27
27
}
28
28
29
29
/**
30
- * @expectedException \InvalidArgumentException
30
+ * @expectedException \Symfony\Component\Serializer\Exception\ InvalidArgumentException
31
31
*/
32
32
public function testNotAnArrayGroupsParameter ()
33
33
{
34
34
new Groups (array ('value ' => 'coopTilleuls ' ));
35
35
}
36
36
37
37
/**
38
- * @expectedException \InvalidArgumentException
38
+ * @expectedException \Symfony\Component\Serializer\Exception\ InvalidArgumentException
39
39
*/
40
40
public function testInvalidGroupsParameter ()
41
41
{
You can’t perform that action at this time.
0 commit comments