PhalconRest\Test\Unit\Api\CollectionTest::testExpectsJsonData PHP 메소드

testExpectsJsonData() 공개 메소드

public testExpectsJsonData ( )
    public function testExpectsJsonData()
    {
        $this->collection->expectsJsonData();
        $this->assertEquals($this->collection->getPostedDataMethod(), PostedDataMethods::JSON_BODY);
    }