fix test cleanup

This commit is contained in:
Anatol Belski 2014-11-12 17:56:47 +01:00
parent f00cf67d1e
commit d7a0046468

View File

@ -42,7 +42,13 @@ var_dump(file_exists($tracefile));
?>
===DONE===
--CLEAN--
<?php unlink($tracefile); ?>
<?php
$tracefile = dirname(__FILE__) . '/trace.tmp';
unlink($tracefile);
?>
--EXPECTF--
bool(false)
resource(%d) of type (pgsql result)