/** * @@name@@ Method Test. * * @return void */ public function test@@name@@Test() { $response = $this->get('@@path@@'); $response->assertStatus(200); }