Updated tests

This commit is contained in:
Henry Whitaker
2020-09-11 01:02:24 +01:00
parent 149c69ce64
commit 8ff87c2e7a
5 changed files with 29 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ class LatestTest extends TestCase
*/
private $controller;
public function setUp() : void
public function setUp(): void
{
parent::setUp();
@@ -53,6 +53,7 @@ class LatestTest extends TestCase
$this->assertArrayHasKey('data', $resp);
$this->assertArrayHasKey('average', $resp);
$this->assertArrayHasKey('max', $resp);
$this->assertArrayHasKey('maximum', $resp);
$this->assertArrayHasKey('minimum', $resp);
}
}