PHP Class Symfony\Bundle\FrameworkBundle\Tests\Controller\ControllerNameParserTest

Inheritance: extends Symfony\Bundle\FrameworkBundle\Tests\TestCase
Datei anzeigen Open project: symfony/symfony

Protected Properties

Property Type Description
$loader

Public Methods

Method Description
getInvalidBundleNameTests ( )
getMissingControllersTest ( )
testBuild ( )
testInvalidBundleName ( $bundleName, $suggestedBundleName )
testMissingControllers ( $name )
testParse ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Private Methods

Method Description
createParser ( )
getBundle ( $namespace, $name )

Method Details

getInvalidBundleNameTests() public method

getMissingControllersTest() public method

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testBuild() public method

public testBuild ( )

testInvalidBundleName() public method

public testInvalidBundleName ( $bundleName, $suggestedBundleName )

testMissingControllers() public method

public testMissingControllers ( $name )

testParse() public method

public testParse ( )

Property Details

$loader protected_oe property

protected $loader