We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9af6c2 commit 131bbebCopy full SHA for 131bbeb
tests/SquareBracketsStrategyTest.php
@@ -31,7 +31,7 @@ public function testNothingWillBeExtracted()
31
32
public function testNothingWillBeExtractedBecauseBracketIsNotComplete()
33
{
34
- $colonStrategy = new CurlyBrackets();
+ $colonStrategy = new SquareBrackets();
35
$pathArray = array('say', '[word');
36
$requestArray = array('say', 'hello');
37
0 commit comments