php-src/ext/phar/tests/include_path_advanced.phpt

12 lines
230 B
Plaintext
Raw Normal View History

2008-10-12 05:41:34 +00:00
--TEST--
Phar: include_path advanced code coverage test
--INI--
default_charset=UTF-8
--SKIPIF--
<?php if (!extension_loaded("phar")) die("skip"); ?>
--FILE_EXTERNAL--
files/include_path.phar
--EXPECT--
file1.php
test/file1.php
ok