hyperf-mongodb/tests/MongoTest.php

14 lines
202 B
PHP
Raw Permalink Normal View History

2021-09-22 10:22:27 +00:00
<?php
namespace Zyimm\Test;
2021-09-27 09:59:56 +00:00
use PHPUnit\Framework\TestCase;
class MongoTest extends TestCase
2021-09-22 10:22:27 +00:00
{
2021-09-23 07:13:55 +00:00
public function testFindALL()
2021-09-27 09:59:56 +00:00
{
$this->assertArrayHasKey('error_code', []);
2021-09-22 10:22:27 +00:00
}
}