blink\tests\testing\ActorTest::testJson PHP Method

testJson() public method

public testJson ( )
    public function testJson()
    {
        $this->actor()->get('/json')->seeJsonEquals(['ext' => 'swoole', 'dev' => 'test', 'name' => 'Blink']);
    }