mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-25 14:46:06 +03:00
13 lines
188 B
PHP
13 lines
188 B
PHP
<?php
|
|
|
|
namespace Tests;
|
|
|
|
class ModelRetailcrmOrderAdminTest extends OpenCartTest
|
|
{
|
|
public function testOrderModel()
|
|
{
|
|
$this->assertTrue(true);
|
|
// todo test
|
|
}
|
|
}
|