Initial commit: queue workspace
Made-with: Cursor
This commit is contained in:
16
pro_v3.5.1/vendor/topthink/think-swoole/tests/ServerTest.php
vendored
Executable file
16
pro_v3.5.1/vendor/topthink/think-swoole/tests/ServerTest.php
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace think\tests\swoole;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use think\swoole\Server;
|
||||
|
||||
class ServerTest extends TestCase
|
||||
{
|
||||
public function testStart()
|
||||
{
|
||||
$server = new Server();
|
||||
|
||||
$server->start();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user