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

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

    public function addConverterThrowsExceptionIfConverterInArrayIsNotConverter()
    {
        $this->workflow->addConverter(['converter' => 'invalid']);
    }
WorkflowTest