diff options
-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 |