FluidTYPO3\Flux\Tests\Unit\FormTest::canUseDescriptionPropertyAndReturnLanguageLabelWhenDescriptionEmpty PHP 메소드

canUseDescriptionPropertyAndReturnLanguageLabelWhenDescriptionEmpty() 공개 메소드

    public function canUseDescriptionPropertyAndReturnLanguageLabelWhenDescriptionEmpty()
    {
        $form = $this->getDummyFormFromTemplate();
        $form->setDescription(NULL);
        $this->assertNotNull($form->getDescription());
    }