PHP Class ApiPlatform\Core\Tests\Bridge\Symfony\Bundle\DependencyInjection\ApiPlatformExtensionTest

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

Public Methods

Method Description
tearDown ( )
testConstruct ( )
testDisableEagerLoadingExtension ( )
testEnableFosUser ( )
testEnableNelmioApiDoc ( )
testLoadDefaultConfig ( )
testNotPrependPropertyInfoWhenConfigExist ( )
testNotPrependSerializerWhenConfigExist ( )
testNotPrependWhenNull ( )
testPrependWhenNotConfigured ( )
testPrependWhenNotEnabled ( )
testSetNameConverter ( )

Protected Methods

Method Description
setUp ( )

Private Methods

Method Description
getContainerBuilderProphecy ( )

Method Details

setUp() protected method

protected setUp ( )

tearDown() public method

public tearDown ( )

testConstruct() public method

public testConstruct ( )

testDisableEagerLoadingExtension() public method

testEnableFosUser() public method

public testEnableFosUser ( )

testEnableNelmioApiDoc() public method

testLoadDefaultConfig() public method

testNotPrependPropertyInfoWhenConfigExist() public method

testNotPrependSerializerWhenConfigExist() public method

testNotPrependWhenNull() public method

testPrependWhenNotConfigured() public method

testPrependWhenNotEnabled() public method

testSetNameConverter() public method