1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00

add missing clean section

This commit is contained in:
Michael Wallner
2013-12-03 17:07:40 +01:00
parent f4912e3a96
commit a7f0465c0b
+4
View File
@@ -12,6 +12,10 @@ DBA INIFILE handler test
require_once dirname(__FILE__) .'/dba_handler.inc';
?>
===DONE===
--CLEAN--
<?php
require(dirname(__FILE__) .'/clean.inc');
?>
--EXPECT--
database handler: inifile
3NYNYY