File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ public function testGet()
162162 $response->assertOk();
163163
164164 // TODO: Need to remove after first successful start
165- $this->exportJson('get_{{ \Illuminate \Support \Str:: snake ($entity ) } }.json ', $response->json());
165+ $this->exportJson('get_{{ \Illuminate \Support \Str:: snake ($entity ) } } ', $response->json());
166166
167167 $this->assertEqualsFixture('get_{{ \Illuminate \Support \Str:: snake ($entity ) } } ', $response->json());
168168 }
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public function testGet()
8181 $ response ->assertOk ();
8282
8383 // TODO: Need to remove after first successful start
84- $ this ->exportJson ('get_post.json ' , $ response ->json ());
84+ $ this ->exportJson ('get_post ' , $ response ->json ());
8585
8686 $ this ->assertEqualsFixture ('get_post ' , $ response ->json ());
8787 }
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ public function testGet()
113113 $ response ->assertOk ();
114114
115115 // TODO: Need to remove after first successful start
116- $ this ->exportJson ('get_post.json ' , $ response ->json ());
116+ $ this ->exportJson ('get_post ' , $ response ->json ());
117117
118118 $ this ->assertEqualsFixture ('get_post ' , $ response ->json ());
119119 }
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public function testGet()
5555 $ response ->assertOk ();
5656
5757 // TODO: Need to remove after first successful start
58- $ this ->exportJson ('get_post.json ' , $ response ->json ());
58+ $ this ->exportJson ('get_post ' , $ response ->json ());
5959
6060 $ this ->assertEqualsFixture ('get_post ' , $ response ->json ());
6161 }
You can’t perform that action at this time.
0 commit comments