diff options
author | Tobias Sarnowski <sarnowski@cosmocode.de> | 2012-04-18 09:52:28 +0200 |
---|---|---|
committer | Tobias Sarnowski <sarnowski@cosmocode.de> | 2012-04-18 09:52:28 +0200 |
commit | 1c35434449ba09b5d7e9f41a25b9a1525b273580 (patch) | |
tree | e7d29cf24060d611ec39dcc6f911bca798fb2c55 | |
parent | 7190b7cab1d8bc09f0e3b3106e596e70979f2c2c (diff) | |
download | rpg-1c35434449ba09b5d7e9f41a25b9a1525b273580.tar.gz rpg-1c35434449ba09b5d7e9f41a25b9a1525b273580.tar.bz2 |
enabled cleanup again
-rw-r--r-- | _testing/bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_testing/bootstrap.php b/_testing/bootstrap.php index 6ec3dd7ee..f8ca4d483 100644 --- a/_testing/bootstrap.php +++ b/_testing/bootstrap.php @@ -72,7 +72,7 @@ mkdir(TMP_DIR); // cleanup dir after exit register_shutdown_function(function() { - //TestUtils::rdelete(TMP_DIR); + TestUtils::rdelete(TMP_DIR); }); // populate default dirs |