hyperf-mongodb/tests/MongoTest.php

14 lines
280 B
PHP
Raw Normal View History

2021-09-22 10:22:27 +00:00
<?php
namespace Zyimm\Test;
class MongoTest extends \PHPUnit\Framework\TestCase
{
2021-09-23 07:13:55 +00:00
public function testFindALL()
2021-09-22 10:22:27 +00:00
{
$this->assertArrayHasKey('error_code', Sdk::instance($this->config())
->service()
->memberInfo()->getMemberList());
}
}