php-src/Zend/tests/get_required_files.phpt

17 lines
232 B
Plaintext
Raw Normal View History

2009-08-26 17:17:58 +00:00
--TEST--
Check if get_required_files works
--CREDITS--
Sebastian Schürmann
sschuermann@chip.de
Testfest 2009 Munich
--FILE--
<?php
$files = get_required_files();
var_dump($files);
?>
--EXPECTF--
array(1) {
[0]=>
string(%d)%s
2009-08-26 17:17:58 +00:00
}