mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-03-14 20:39:44 +01:00
Formatting
This commit is contained in:
parent
149f043be3
commit
b6b5146f16
@ -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']);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user