mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
add mysql support
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Tests\ZM\Utils;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use ZM\Utils\ZMUtil;
|
||||
|
||||
class ZMUtilTest extends \PHPUnit\Framework\TestCase
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
class ZMUtilTest extends TestCase
|
||||
{
|
||||
public function testComposer()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user