mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 23:28:39 +00:00
autoformat
This commit is contained in:
parent
74c3c456b9
commit
016af92a05
|
|
@ -43,7 +43,7 @@ class CustomerValueTest extends \PHPUnit\Framework\TestCase
|
||||||
public function testMRR() : void
|
public function testMRR() : void
|
||||||
{
|
{
|
||||||
$revenues = [
|
$revenues = [
|
||||||
1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096
|
1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096,
|
||||||
];
|
];
|
||||||
|
|
||||||
self::assertEqualsWithDelta(77.53846, CustomerValue::getMRR($revenues, 13, 10, 1000), 0.01);
|
self::assertEqualsWithDelta(77.53846, CustomerValue::getMRR($revenues, 13, 10, 1000), 0.01);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user