phpOMS/tests/Business/Marketing/CustomerValueTest.php
2020-07-11 18:29:32 +00:00

40 lines
697 B
PHP

<?php
/**
* Orange Management
*
* PHP Version 7.4
*
* @package tests
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
namespace phpOMS\tests\Business\Marketing;
/**
* @testdox phpOMS\tests\Business\Marketing\CustomerValueTest: Customer value
*
* @internal
*/
class CustomerValueTest extends \PHPUnit\Framework\TestCase
{
/**
* @group framework
*/
public function testSimpleCLV() : void
{
self::markTestIncomplete();
}
/**
* @group framework
*/
public function testMRR() : void
{
self::markTestIncomplete();
}
}