コード例 #1
0
ファイル: UserTextTest.php プロジェクト: peteraba/dm-common
 /**
  * @covers DmCommon\View\Helper\UserText
  */
 public function testGetTitleNonIndex()
 {
     $result = $this->sut->getTitle(self::ENTITY_KEY, DefinedConstant\Action::UPDATE);
     $this->assertEquals('Update Template', $result);
 }