Skip to content

Commit 131bbeb

Browse files
author
Niels Theen
committed
Fix tests
1 parent e9af6c2 commit 131bbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SquareBracketsStrategyTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function testNothingWillBeExtracted()
3131

3232
public function testNothingWillBeExtractedBecauseBracketIsNotComplete()
3333
{
34-
$colonStrategy = new CurlyBrackets();
34+
$colonStrategy = new SquareBrackets();
3535
$pathArray = array('say', '[word');
3636
$requestArray = array('say', 'hello');
3737

0 commit comments

Comments
 (0)