opencart-module/tests/admin/ModelRetailcrmOrderAdminTest.php
Akolzin Dmitry 6701bc03bb Tests
2018-09-27 16:46:04 +03:00

13 lines
188 B
PHP

<?php
namespace Tests;
class ModelRetailcrmOrderAdminTest extends OpenCartTest
{
public function testOrderModel()
{
$this->assertTrue(true);
// todo test
}
}