Skip to content

Commit 6e34d20

Browse files
committed
Merge pull request #16 from ddmler/fix-tests
Remove duplicate from test samples
2 parents 85a2da6 + 8fb4366 commit 6e34d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/VerbalExpressions/PHPVerbalExpressions/VerbalExpressionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static function provideValidUrls()
2222
array('http://github.com'),
2323
array('http://www.github.com'),
2424
array('https://github.com'),
25-
array('https://github.com'),
25+
array('https://www.github.com'),
2626
array('https://github.com/blog'),
2727
array('https://foobar.github.com')
2828
);

0 commit comments

Comments
 (0)