mirror of
https://gitee.com/ShopeX/ECShopX
synced 2026-08-05 11:45:51 +08:00
开源版本提交
This commit is contained in:
18
tests/ExampleTest.php
Normal file
18
tests/ExampleTest.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
use Laravel\Lumen\Testing\DatabaseMigrations;
|
||||
use Laravel\Lumen\Testing\DatabaseTransactions;
|
||||
|
||||
class ExampleTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* A basic test example.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testExample()
|
||||
{
|
||||
$multiLangItem = new \CompanysBundle\MultiLang\MultiLangItem('enCN','aaaa');
|
||||
$multiLangItem->createTable();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user