Set an order on metrics via the API. Closes #1874
This commit is contained in:
@@ -62,6 +62,8 @@ class MetricTest extends AbstractApiTestCase
|
||||
'display_chart' => 1,
|
||||
'places' => 0,
|
||||
'view' => 0,
|
||||
'threshold' => 5,
|
||||
'order' => 1,
|
||||
]);
|
||||
$this->seeJson(['name' => 'Foo']);
|
||||
$this->assertResponseOk();
|
||||
|
||||
Reference in New Issue
Block a user