Skip to content

Commit

Permalink
arrpop tested againsts only key provided on call
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Dec 9, 2018
1 parent 26b267b commit 5046f04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Module/ReJSONTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ public function shouldRunReJSONArrayCommandsSuccessfully() : void
$this->assertEquals('qux', $this->reJsonModule->arrpop('test', '.', 5));
$this->assertEquals($arrayNewSize-1, $this->reJsonModule->arrlen('test', '.'));
$this->assertEquals(3, $this->reJsonModule->arrtrim('test', '.', 1, 3));
$this->assertEquals('quux', $this->reJsonModule->arrpop('test'));

}

/**
Expand Down

0 comments on commit 5046f04

Please sign in to comment.