phpOMS/tests/Validation/Barcode/QrCodeTest.php
2018-01-15 18:08:05 +01:00

27 lines
491 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\Validation\Barcode;
use phpOMS\Validation\Barcode\QrCode;
class QrCodeTest extends \PHPUnit\Framework\TestCase
{
public function testPlaceholder()
{
self::markTestIncomplete();
}
}