FluidTYPO3\Flux\Tests\Unit\Backend\DynamicFlexFormTest::canExecuteDataStructurePostProcessHookWithNullFieldAndBadTableName PHP Method

canExecuteDataStructurePostProcessHookWithNullFieldAndBadTableName() public method

    public function canExecuteDataStructurePostProcessHookWithNullFieldAndBadTableName()
    {
        $this->canExecuteDataStructurePostProcessHookInternal(NULL, 'badtablename');
    }