Skip to content

Commit

Permalink
Corrected issue in disabled stash test.
Browse files Browse the repository at this point in the history
One of the tests checking whether stash was properly being disabled was
not actually having it's assertions tested. This wasn't critical due to
a more comprehensive test that is run, but should be corrected.
  • Loading branch information
tedivm committed Nov 14, 2012
1 parent f5e168f commit a1bf775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Stash/Test/AbstractCacheTest.php
Expand Up @@ -336,6 +336,7 @@ public function testDisable()
{
$stash = $this->testConstruct(array('path', 'to', 'key'));
$stash->disable();
$this->assertDisabledStash($stash);
}

public function testDisableCacheWillNeverCallDriver()
Expand Down

0 comments on commit a1bf775

Please sign in to comment.