Author: Derick Rethans
Date: 2006-01-23 13:37:50 +0100 (Mon, 23 Jan 2006)
New Revision: 2006
Log:
- Clean up generated test file at the end of the test.
Modified:
packages/PhpGenerator/trunk/tests/php_generator_test.php
Modified: packages/PhpGenerator/trunk/tests/php_generator_test.php
===================================================================
--- packages/PhpGenerator/trunk/tests/php_generator_test.php 2006-01-23
12:32:56 UTC (rev 2005)
+++ packages/PhpGenerator/trunk/tests/php_generator_test.php 2006-01-23
12:37:50 UTC (rev 2006)
@@ -591,6 +591,7 @@
$generator->finish();
require( dirname( __FILE__ ) . '/data/fibo.php' );
$this->assertEquals( 34, fibonacci( 10 ) );
+ unlink( dirname( __FILE__ ) . '/data/fibo.php' );
}
public static function suite()
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components