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

registerThrowsExceptionIfClassDoesNotExist() public method

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