Skip to content

Commit 0e973e3

Browse files
committed
Fix missing zend_tests extension dependencies for ext/uri tests
1 parent 65ad51c commit 0e973e3

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

ext/uri/tests/100.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--TEST--
22
Test the parse_url-based URI parser
3+
--EXTENSIONS--
34
zend_test
45
--FILE--
56
<?php

ext/uri/tests/101.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--TEST--
22
Test the Lexbor-based URI parser
3+
--EXTENSIONS--
34
zend_test
45
--FILE--
56
<?php

ext/uri/tests/102.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--TEST--
22
Test the handling large ports for the uri struct
3+
--EXTENSIONS--
34
zend_test
45
--FILE--
56
<?php

0 commit comments

Comments
 (0)