mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 06:30:49 +00:00
19 lines
248 B
PHP
19 lines
248 B
PHP
<?php
|
|
|
|
|
|
use Tests\TestCase;
|
|
|
|
class CheckPriceTest extends TestCase
|
|
{
|
|
use \Illuminate\Foundation\Testing\RefreshDatabase;
|
|
/**
|
|
* A basic test example.
|
|
*
|
|
* @return void
|
|
*/
|
|
public function testBasicTest()
|
|
{
|
|
|
|
}
|
|
}
|