Contao\CoreBundle\Test\DependencyInjection\ConfigurationTest::testInvalidUploadPath PHP Method

testInvalidUploadPath() public method

Tests an invalid upload path.
public testInvalidUploadPath ( string $uploadPath )
$uploadPath string
    public function testInvalidUploadPath($uploadPath)
    {
        $processor = new Processor();
        $processor->processConfiguration($this->configuration, ['contao' => ['encryption_key' => 's3cr3t', 'upload_path' => $uploadPath]]);
    }