mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
25 lines
387 B
PHP
25 lines
387 B
PHP
<?php
|
|
|
|
|
|
use App\Models\BusinessGoodsSku;
|
|
use App\Models\BusinessOrderItem;
|
|
use App\Models\GoodsSku;
|
|
use Illuminate\Support\Facades\Log;
|
|
use Tests\TestCase;
|
|
|
|
class BusinessOrderUpdateTest extends TestCase
|
|
{
|
|
use \Illuminate\Foundation\Testing\RefreshDatabase;
|
|
|
|
/**
|
|
* A basic test example.
|
|
*
|
|
* @return void
|
|
*/
|
|
public function testBasicTest()
|
|
{
|
|
|
|
|
|
}
|
|
}
|