diff --git a/tests/Cache/SimpleRepositoryTest.php b/tests/Cache/SimpleRepositoryTest.php index e36ef2a..bfd43df 100644 --- a/tests/Cache/SimpleRepositoryTest.php +++ b/tests/Cache/SimpleRepositoryTest.php @@ -26,7 +26,7 @@ public function test_has_with_no_entry() */ public function test_has_returns_true_if_entry() { - $this->repo->put('en', 'namespace', 'group', 'key', 'value'); + $this->repo->put('en', 'namespace', 'group', 'key', 1); $this->assertTrue($this->repo->has('en', 'namespace', 'group')); }