Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit d2109d2

Browse files
committed
Ensure nonstrict mode
1 parent 8e3c51d commit d2109d2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/Filter/UrlSectionFilterTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ public function provideFilter()
2929
'http://phergie.org/',
3030
true,
3131
];
32+
33+
yield [
34+
'port',
35+
80,
36+
'http://phergie.org/',
37+
null,
38+
];
3239
}
3340

3441
/**

0 commit comments

Comments
 (0)