Skip to content

Commit

Permalink
Removed unneeded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan Dowling committed Sep 14, 2016
1 parent c03ef0c commit 592469f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/new_unit_tests/Session/SessionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ public function testGetUser() {
* Test destroying the session
*/
public function testDestroy() {
$data = [
'foo' => 'bar',
'abc' => 123
];

$this->filecache->expects($this->once())
->method('remove')
->with('session');
Expand Down

0 comments on commit 592469f

Please sign in to comment.