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

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

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