Skip to content

Commit e6a5b0b

Browse files
authored
Remove testing wp_parse_url without argument (#266)
1 parent 8c7f1b3 commit e6a5b0b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/data/wp_parse_url.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
/** @var string $string */
1818
$string = doFoo();
1919

20-
/**
21-
* wp_parse_url()
22-
*/
23-
$value = wp_parse_url();
24-
assertType('mixed', $value);
25-
2620
$value = wp_parse_url('http://abc.def');
2721
assertType("array{scheme: 'http', host: 'abc.def'}", $value);
2822

0 commit comments

Comments
 (0)