diff options
| author | Shadify <boomkin1234@hotmail.com> | 2017-12-07 08:14:50 +0100 | 
|---|---|---|
| committer | Shadify <boomkin1234@hotmail.com> | 2017-12-07 08:14:50 +0100 | 
| commit | 8ca07955ad080f97713bdd6304cea6117be1bc52 (patch) | |
| tree | ea9c2b69305f2bc41465a1a27f12ccfb53bbd522 /tests/AppBundle | |
| parent | d05922319749ae7d1354373a9bd062a0510d4f96 (diff) | |
Removed TestController
Diffstat (limited to 'tests/AppBundle')
| -rw-r--r-- | tests/AppBundle/Controller/MathControllerTest.php | 19 | 
1 files changed, 0 insertions, 19 deletions
| diff --git a/tests/AppBundle/Controller/MathControllerTest.php b/tests/AppBundle/Controller/MathControllerTest.php deleted file mode 100644 index 523f9e5..0000000 --- a/tests/AppBundle/Controller/MathControllerTest.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -namespace Tests\AppBundle\Controller; - -use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; - -class MathControllerTest extends WebTestCase -{ -    public function testAQIMath() -    { -        $CO = 1; -        $bpLowCO = 0; -        $bpHiCO = 4; -        $bpLowIndex = 0; -        $bpHiIndex = 50; -        $AQI = ((50 - 0)/(4 - 0))*(1-0)+0; -        $this->assertEquals(12.5, $AQI); -    } -}
\ No newline at end of file |