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 85a2da6 commit 8fb4366Copy full SHA for 8fb4366
tests/VerbalExpressions/PHPVerbalExpressions/VerbalExpressionsTest.php
@@ -22,7 +22,7 @@ public static function provideValidUrls()
22
array('http://github.com'),
23
array('http://www.github.com'),
24
array('https://github.com'),
25
- array('https://github.com'),
+ array('https://www.github.com'),
26
array('https://github.com/blog'),
27
array('https://foobar.github.com')
28
);
0 commit comments