]> BookStack Code Mirror - bookstack/blobdiff - tests/StatusTest.php
Applied StyleCI changes, added php/larastan to attribution
[bookstack] / tests / StatusTest.php
index 09882759c387ee37680f1a0741ad8e18344dc854..37b1b15a17cd5f71655be0b2ad72ec5d489322a5 100644 (file)
@@ -34,7 +34,7 @@ class StatusTest extends TestCase
     {
         $mockStore = Mockery::mock(new ArrayStore())->makePartial();
         Cache::swap($mockStore);
-        $mockStore->shouldReceive('get')->andReturn('cat');
+        $mockStore->shouldReceive('pull')->andReturn('cat');
 
         $resp = $this->get('/status');
         $resp->assertStatus(500);