Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff45c63

Browse files
committed
Remove coopTilleuls value
1 parent 9e87f51 commit ff45c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/Tests/Annotation/MaxDepthTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class MaxDepthTest extends \PHPUnit_Framework_TestCase
2323
*/
2424
public function testNotAnIntMaxDepthParameter()
2525
{
26-
new MaxDepth(array('value' => 'coopTilleuls'));
26+
new MaxDepth(array('value' => 'foo'));
2727
}
2828

2929
public function testMaxDepthParameters()

0 commit comments

Comments
 (0)