Skip to content

Commit

Permalink
Clean up after test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Apr 23, 2014
1 parent 7e2b402 commit e67bad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/UAS/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit e67bad6

Please sign in to comment.