Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
tests: test label part
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Mar 20, 2015
1 parent 5f36143 commit 07f649d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/Nella/Forms/DateTime/DateTimeInputTest.phpt
Expand Up @@ -264,6 +264,13 @@ class DateTimeInputTest extends \Tester\TestCase
$control->getControlPart('test');
}

public function testLabelPart()
{
$control = $this->createControl();

Assert::null($control->getLabelPart());
}

/**
* @throws \Nette\InvalidStateException
*/
Expand Down

0 comments on commit 07f649d

Please sign in to comment.