Plum\Plum\WorkflowTest::addConverterThrowsExceptionIfConverterIsMissingInArray PHP Method

addConverterThrowsExceptionIfConverterIsMissingInArray() public method

    public function addConverterThrowsExceptionIfConverterIsMissingInArray()
    {
        $this->workflow->addConverter([]);
    }
WorkflowTest