Skip to content

Commit

Permalink
removed obsolete clearCache calls in CachedPDOAdapterTest (unit)
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed Jun 20, 2018
1 parent 0a20f77 commit 3d06559
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/unit/src/ARC2/Store/Adapter/CachedPDOAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,4 @@ protected function getAdapterInstance($configuration)

return new CachedPDOAdapter($configuration);
}

public function setUp()
{
parent::setUp();

$this->fixture->clearCache();
}

public function tearDown()
{
$this->fixture->clearCache();

parent::tearDown();
}
}

0 comments on commit 3d06559

Please sign in to comment.