Neos\Flow\Tests\Unit\Http\Component\ComponentChainFactoryTest::createThrowsExceptionIfComponentClassNameIsNotConfigured PHP Method

createThrowsExceptionIfComponentClassNameIsNotConfigured() public method

    public function createThrowsExceptionIfComponentClassNameIsNotConfigured()
    {
        $chainConfiguration = ['foo' => ['position' => 'start']];
        $this->componentChainFactory->create($chainConfiguration);
    }