PHP Класс ApiPlatform\Core\Tests\EventListener\DeserializeListenerTest

Автор: Kévin Dunglas ([email protected])
Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
methodProvider ( )
testContentNegotiation ( )
testDeserialize ( string $method, boolean $populateObject )
testDoNotCallWhenRequestMethodIsSafe ( )
testDoNotCallWhenRequestNotManaged ( )
testNoContentType ( )
testNotSupportedContentType ( )

Описание методов

methodProvider() публичный метод

public methodProvider ( )

testContentNegotiation() публичный метод

testDeserialize() публичный метод

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

testDoNotCallWhenRequestMethodIsSafe() публичный метод

testDoNotCallWhenRequestNotManaged() публичный метод

testNoContentType() публичный метод

public testNoContentType ( )

testNotSupportedContentType() публичный метод