CodeStandards on Tests

This commit is contained in:
2023-08-04 07:22:05 +00:00
parent 9acc3bbeab
commit affde2589f
5 changed files with 28 additions and 11 deletions

View File

@ -8,7 +8,7 @@ use DNW\Skills\Tests\TestCase;
class GaussianDistributionTest extends TestCase
{
const ERROR_TOLERANCE = 0.000001;
private const ERROR_TOLERANCE = 0.000001;
public function testCumulativeTo(): void
{