update to lumen 7
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit

This commit is contained in:
2020-06-24 11:58:32 -04:00
parent fb619dccbf
commit 1130f9a22f
10 changed files with 1955 additions and 1383 deletions

View File

@@ -61,7 +61,7 @@ class TuneTest extends PHPUnit_Framework_TestCase
$result = $tune->getIndex();
$this->assertInternalType('integer', $result);
$this->assertIsInt($result);
$this->assertEquals(1, $result);
}