Add and remove metrics and metric points commands

This commit is contained in:
Joseph Cohen
2015-08-15 22:15:41 -05:00
committed by James Brooks
parent 64ff4d73c2
commit 9581c5a394
16 changed files with 489 additions and 26 deletions
+1
View File
@@ -59,6 +59,7 @@ class MetricTest extends AbstractTestCase
'description' => 'Lorem ipsum dolor',
'default_value' => 1,
'display_chart' => 1,
'places' => 0,
]);
$this->seeJson(['name' => 'Foo']);
$this->assertResponseOk();