opencart-module/tests/admin/ModelRetailcrmOrderAdminTest.php

13 lines
188 B
PHP
Raw Normal View History

2018-06-13 16:13:08 +03:00
<?php
2018-09-27 16:46:04 +03:00
namespace Tests;
2018-06-13 16:13:08 +03:00
class ModelRetailcrmOrderAdminTest extends OpenCartTest
{
2018-09-27 16:46:04 +03:00
public function testOrderModel()
2018-06-13 16:13:08 +03:00
{
2018-09-27 16:46:04 +03:00
$this->assertTrue(true);
// todo test
2018-06-13 16:13:08 +03:00
}
}