Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e87f51 commit ff45c63Copy full SHA for ff45c63
1 file changed
src/Symfony/Component/Serializer/Tests/Annotation/MaxDepthTest.php
@@ -23,7 +23,7 @@ class MaxDepthTest extends \PHPUnit_Framework_TestCase
23
*/
24
public function testNotAnIntMaxDepthParameter()
25
{
26
- new MaxDepth(array('value' => 'coopTilleuls'));
+ new MaxDepth(array('value' => 'foo'));
27
}
28
29
public function testMaxDepthParameters()
0 commit comments