Tests: added tests for "targets" option.

This commit is contained in:
Andrei Zeliankou
2020-05-15 04:21:25 +01:00
parent ea841400f5
commit 82471c1dd3
4 changed files with 141 additions and 0 deletions

4
test/php/targets/1.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
header('Content-Length: 1');
echo '1';
?>

4
test/php/targets/2/2.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
header('Content-Length: 1');
echo '2';
?>

View File

@@ -0,0 +1,4 @@
<?php
header('Content-Length: 5');
echo 'index';
?>