PHP Class Symfony\Component\DependencyInjection\Tests\Loader\YamlFileLoaderTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: symfony/symfony

Protected Properties

Property Type Description
$fixturesPath

Public Methods

Method Description
provideInvalidFiles ( )
setUpBeforeClass ( )
testAutowire ( )
testDecoratedServicesWithWrongSyntaxThrowsException ( )
testExtensions ( )
testLoadConfiguratorShortSyntax ( )
testLoadFactoryShortSyntax ( )
testLoadFile ( )
testLoadImports ( )
testLoadInvalidFile ( $file )
testLoadParameters ( )
testLoadServices ( )
testLoadYamlOnlyWithKeys ( )
testNameOnlyTagsAreAllowedAsString ( )
testNonArrayTagsThrowsException ( )
testSupports ( )
testTagWithAttributeArrayThrowsException ( )
testTagWithEmptyNameThrowsException ( )
testTagWithNonStringNameThrowsException ( )
testTagWithoutNameThrowsException ( )
testTypeNotString ( )
testTypes ( )
testTypesNotArray ( )

Method Details

provideInvalidFiles() public method

public provideInvalidFiles ( )

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

testAutowire() public method

public testAutowire ( )

testDecoratedServicesWithWrongSyntaxThrowsException() public method

testExtensions() public method

public testExtensions ( )

testLoadConfiguratorShortSyntax() public method

testLoadFactoryShortSyntax() public method

testLoadFile() public method

public testLoadFile ( )

testLoadImports() public method

public testLoadImports ( )

testLoadInvalidFile() public method

public testLoadInvalidFile ( $file )

testLoadParameters() public method

public testLoadParameters ( )

testLoadServices() public method

public testLoadServices ( )

testLoadYamlOnlyWithKeys() public method

testNameOnlyTagsAreAllowedAsString() public method

testNonArrayTagsThrowsException() public method

testSupports() public method

public testSupports ( )

testTagWithAttributeArrayThrowsException() public method

testTagWithEmptyNameThrowsException() public method

testTagWithNonStringNameThrowsException() public method

testTagWithoutNameThrowsException() public method

testTypeNotString() public method

public testTypeNotString ( )

testTypes() public method

public testTypes ( )

testTypesNotArray() public method

public testTypesNotArray ( )

Property Details

$fixturesPath protected static property

protected static $fixturesPath