Skip to content

Commit b5256e7

Browse files
committed
Fix test assertion
1 parent 4588860 commit b5256e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ext/uri/tests/rfc3986/equivalence/equals_fragment_different.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var_dump($uri2->equals($uri1, Uri\UriComparisonMode::ExcludeFragment));
1414

1515
?>
1616
--EXPECT--
17-
bool(true)
18-
bool(true)
1917
bool(false)
2018
bool(false)
19+
bool(true)
20+
bool(true)

0 commit comments

Comments
 (0)