From 82471c1dd33fc13a18a334113b2c220cc06f3d5b Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Fri, 15 May 2020 04:21:25 +0100 Subject: Tests: added tests for "targets" option. --- test/php/targets/1.php | 4 ++++ test/php/targets/2/2.php | 4 ++++ test/php/targets/index.php | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 test/php/targets/1.php create mode 100644 test/php/targets/2/2.php create mode 100644 test/php/targets/index.php (limited to 'test/php') diff --git a/test/php/targets/1.php b/test/php/targets/1.php new file mode 100644 index 00000000..09f7ae2c --- /dev/null +++ b/test/php/targets/1.php @@ -0,0 +1,4 @@ + diff --git a/test/php/targets/2/2.php b/test/php/targets/2/2.php new file mode 100644 index 00000000..0c5d27c6 --- /dev/null +++ b/test/php/targets/2/2.php @@ -0,0 +1,4 @@ + diff --git a/test/php/targets/index.php b/test/php/targets/index.php new file mode 100644 index 00000000..88239d5f --- /dev/null +++ b/test/php/targets/index.php @@ -0,0 +1,4 @@ + -- cgit