Crud\TestCase\Controller\Crud\CrudExamplesController::add PHP Method

add() public method

Used in the testAddActionTranslatedBaseline test
public add ( ) : void
return void
    public function add()
    {
        return $this->Crud->execute();
    }