public function testDump() {
$dumper = new ApacheMatcherDumper($this
->getRouteCollection());
$this
->assertStringEqualsFile(self::$fixturesPath . '/dumper/url_matcher1.apache', $dumper
->dump(), '->dump() dumps basic routes to the correct apache format.');
}