bump tests to phpstan level 5 (#1922)
This commit is contained in:
@@ -201,11 +201,11 @@ class LocaleHelperTest extends TestCase
|
||||
|
||||
// test negative duration
|
||||
$sut = $this->getSut('en');
|
||||
$this->assertEquals('0', $sut->durationDecimal('-1'));
|
||||
$this->assertEquals('0', $sut->durationDecimal(-1));
|
||||
|
||||
// test zero duration
|
||||
$sut = $this->getSut('en');
|
||||
$this->assertEquals('0', $sut->durationDecimal('0'));
|
||||
$this->assertEquals('0', $sut->durationDecimal(0));
|
||||
}
|
||||
|
||||
protected function getTimesheet($seconds)
|
||||
|
||||
Reference in New Issue
Block a user