From e67bad6cf124eddb338ce8b4bcce7b4fa6fc3887 Mon Sep 17 00:00:00 2001 From: Synchro Date: Wed, 23 Apr 2014 14:13:02 +0200 Subject: [PATCH] Clean up after test run --- Tests/UAS/ParserTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/UAS/ParserTest.php b/Tests/UAS/ParserTest.php index 3dde3bf..ee7d073 100644 --- a/Tests/UAS/ParserTest.php +++ b/Tests/UAS/ParserTest.php @@ -23,8 +23,8 @@ public function setUp() { } public static function tearDownAfterClass() { - //self::$uasparser->clearCache(); - //@unlink(self::$cache_path); + self::$uasparser->clearCache(); + @unlink(self::$cache_path); } public function resetURLs() {