summaryrefslogtreecommitdiffstats
path: root/tests/testcleanuplistener.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testcleanuplistener.php')
-rw-r--r--tests/testcleanuplistener.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testcleanuplistener.php b/tests/testcleanuplistener.php
index a969ece6dd5..299a589ef4e 100644
--- a/tests/testcleanuplistener.php
+++ b/tests/testcleanuplistener.php
@@ -57,6 +57,9 @@ class TestCleanupListener implements PHPUnit_Framework_TestListener {
return $this->verbosity === 'detail';
}
+ /**
+ * @param string $dir
+ */
private function unlinkDir($dir) {
if ($dh = @opendir($dir)) {
while (($file = readdir($dh)) !== false) {