Tests: added tests for "targets" option.
This commit is contained in:
4
test/php/targets/1.php
Normal file
4
test/php/targets/1.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
header('Content-Length: 1');
|
||||
echo '1';
|
||||
?>
|
||||
4
test/php/targets/2/2.php
Normal file
4
test/php/targets/2/2.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
header('Content-Length: 1');
|
||||
echo '2';
|
||||
?>
|
||||
4
test/php/targets/index.php
Normal file
4
test/php/targets/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
header('Content-Length: 5');
|
||||
echo 'index';
|
||||
?>
|
||||
Reference in New Issue
Block a user