class XmlFileLoaderTest

Same name in this branch

Hierarchy

  • class \Symfony\Component\Routing\Tests\Loader\XmlFileLoaderTest extends \Symfony\Component\Routing\Tests\Loader\PHPUnit_Framework_TestCase

Expanded class hierarchy of XmlFileLoaderTest

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php, line 19

Namespace

Symfony\Component\Routing\Tests\Loader
View source

Members

Namesort descending Modifiers Type Description Overrides
XmlFileLoaderTest::getPathsToInvalidFiles public function
XmlFileLoaderTest::setUp protected function
XmlFileLoaderTest::testDocTypeIsNotAllowed public function @expectedException \InvalidArgumentException @expectedExceptionMessage Document types are not allowed.
XmlFileLoaderTest::testLoadThrowsExceptionWithInvalidFile public function @expectedException \InvalidArgumentException @dataProvider getPathsToInvalidFiles
XmlFileLoaderTest::testLoadThrowsExceptionWithInvalidFileEvenWithoutSchemaValidation public function @expectedException \InvalidArgumentException @dataProvider getPathsToInvalidFiles
XmlFileLoaderTest::testLoadWithImport public function
XmlFileLoaderTest::testLoadWithRoute public function
XmlFileLoaderTest::testSupports public function @covers Symfony\Component\Routing\Loader\XmlFileLoader::supports