Plum\Plum\WorkflowTest::addConverterThrowsExceptionIfConverterIsMissingInArray PHP Метод

addConverterThrowsExceptionIfConverterIsMissingInArray() публичный Метод

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