Skip to content

Commit

Permalink
Fixed failing test case in PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Sep 19, 2016
1 parent d76be00 commit a21ffef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function test_it_can_instantiate_the_memcached_driver_with_prefix()

public function test_it_throws_a_runtime_exception_for_an_invalid_driver()
{
$this->setExpectedException(RuntimeException::class);
$this->setExpectedException('RuntimeException');

$file = Stash\Cache::make('snozberries');
}
Expand Down

0 comments on commit a21ffef

Please sign in to comment.