From: Greg Beaver Date: Sun, 12 Oct 2008 05:41:34 +0000 (+0000) Subject: increase code coverage X-Git-Tag: BEFORE_HEAD_NS_CHANGE~245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6850f3276b4bdac56a17ea8f6aad957d2d4b9a44;p=php increase code coverage --- diff --git a/ext/phar/tests/files/include_path.phar b/ext/phar/tests/files/include_path.phar new file mode 100644 index 0000000000..50f698c2b7 Binary files /dev/null and b/ext/phar/tests/files/include_path.phar differ diff --git a/ext/phar/tests/files/include_path.phar.inc b/ext/phar/tests/files/include_path.phar.inc new file mode 100644 index 0000000000..85ef5a7663 --- /dev/null +++ b/ext/phar/tests/files/include_path.phar.inc @@ -0,0 +1,19 @@ +setStub(""); diff --git a/ext/phar/tests/files/include_path2.phar b/ext/phar/tests/files/include_path2.phar new file mode 100644 index 0000000000..7b7355fc2e Binary files /dev/null and b/ext/phar/tests/files/include_path2.phar differ diff --git a/ext/phar/tests/include_path_advanced.phpt b/ext/phar/tests/include_path_advanced.phpt new file mode 100644 index 0000000000..6feee422b4 --- /dev/null +++ b/ext/phar/tests/include_path_advanced.phpt @@ -0,0 +1,12 @@ +--TEST-- +Phar: include_path advanced code coverage test +--INI-- +default_charset=UTF-8 +--SKIPIF-- + +--FILE_EXTERNAL-- +files/include_path.phar +--EXPECT-- +file1.php +test/file1.php +ok \ No newline at end of file