phpOMS/tests/Business/Finance/Forecasting/ARCHTest.php
2018-01-15 18:08:05 +01:00

27 lines
507 B
PHP

<?php
/**
* Orange Management
*
* PHP Version 7.1
*
* @package TBD
* @author OMS Development Team <dev@oms.com>
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link http://website.orange-management.de
*/
namespace phpOMS\tests\Business\Finance\Forecasting;
use phpOMS\Business\Finance\Forecasting\ARCH;
class ARCHTest extends \PHPUnit\Framework\TestCase
{
public function testPlaceholder()
{
self::markTestIncomplete();
}
}