firstOrFail(); $res = $this->actingAs($user) ->get('/api/customer/list'); print_r($res->json()); $this->assertEquals("0", $res->json('result')); } }