@@ -22,7 +22,7 @@ discard block |
||
22 | 22 | |
23 | 23 | $this->json('GET', '/test') |
24 | 24 | ->assertStatus(200); |
25 | - //->assertJsonCount(3, 'data'); |
|
25 | + //->assertJsonCount(3, 'data'); |
|
26 | 26 | } |
27 | 27 | |
28 | 28 | /** |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | |
42 | 42 | $this->json('GET', '/test2') |
43 | 43 | ->assertStatus(200); |
44 | - //->assertJsonCount(3, 'data'); |
|
44 | + //->assertJsonCount(3, 'data'); |
|
45 | 45 | } |
46 | 46 | |
47 | 47 | /** |