Formatting

This commit is contained in:
James Brooks 2015-06-02 14:22:48 +01:00
parent 149f043be3
commit b6b5146f16

View File

@ -48,9 +48,9 @@ class IncidentTest extends AbstractTestCase
$this->beUser();
$this->post('/api/v1/incidents', [
'name' => 'Foo',
'message' => 'Lorem ipsum dolor sit amet',
'status' => 1,
'name' => 'Foo',
'message' => 'Lorem ipsum dolor sit amet',
'status' => 1,
]);
$this->seeJson(['name' => 'Foo']);
}