PhalconRest\Test\Unit\Api\CollectionTest::testExpectsJsonData PHP Метод

testExpectsJsonData() публичный Метод

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