PHP Class ApiPlatform\Core\Tests\EventListener\DeserializeListenerTest

Author: Kévin Dunglas ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: api-platform/core

Public Methods

Method Description
methodProvider ( )
testContentNegotiation ( )
testDeserialize ( string $method, boolean $populateObject )
testDoNotCallWhenRequestMethodIsSafe ( )
testDoNotCallWhenRequestNotManaged ( )
testNoContentType ( )
testNotSupportedContentType ( )

Method Details

methodProvider() public method

public methodProvider ( )

testContentNegotiation() public method

testDeserialize() public method

public testDeserialize ( string $method, boolean $populateObject )
$method string
$populateObject boolean

testDoNotCallWhenRequestMethodIsSafe() public method

testDoNotCallWhenRequestNotManaged() public method

testNoContentType() public method

public testNoContentType ( )

testNotSupportedContentType() public method