|
|
@@ -46,7 +46,7 @@ class CustomerTest extends TestCase
|
|
|
* @group customer
|
|
|
*/
|
|
|
public function testPaginate(){
|
|
|
- $models = $this->service->paginate(5);
|
|
|
+ $models = $this->service->paginate(["paginate"=>5]);
|
|
|
$this->assertGreaterThanOrEqual(1,count($models));
|
|
|
$this->assertLessThanOrEqual(5,count($models));
|
|
|
}
|