Neos\Flow\Tests\Unit\Mvc\Routing\RouteTest::setNameCorrectlySetsRouteName PHP Méthode

setNameCorrectlySetsRouteName() public méthode

    public function setNameCorrectlySetsRouteName()
    {
        $this->route->setName('SomeName');
        $this->assertEquals('SomeName', $this->route->getName());
    }
RouteTest