116
110
$this->assertSame(200, $this->client->response->status(), $this->client->response->body());
121
114
* Delete specific command
125
117
public function testDelete2()
127
119
$this->client->delete('/command/' . 5);
129
121
$this->assertSame(200, $this->client->response->status(), $this->client->response->body());