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

testJsonContains() public method

public testJsonContains ( )
    public function testJsonContains()
    {
        $this->actor()->get('/json_contains')->seeJson(['ext' => 'swoole']);
    }