Pipe\Test\Util\ProcessorRegistryTest::prependThrowsExceptionIfClassDoesNotExist PHP Method

prependThrowsExceptionIfClassDoesNotExist() public method

    function prependThrowsExceptionIfClassDoesNotExist()
    {
        $this->registry->prepend('text/css', '\\foo');
    }