mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 15:45:36 +08:00
refactor phpunit-swoole to phpunit-zm and move old test cases
This commit is contained in:
13
tests/ZM/Utils/ZMUtilTest.php
Normal file
13
tests/ZM/Utils/ZMUtilTest.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\ZM\Utils;
|
||||
|
||||
use ZM\Utils\ZMUtil;
|
||||
|
||||
class ZMUtilTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function testComposer()
|
||||
{
|
||||
$this->assertEquals('zhamao/framework', ZMUtil::getComposerMetadata()['name']);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user