コード例 #1
0
ファイル: TemplateHelperTest.php プロジェクト: Konafets/oelib
 /**
  * @test
  */
 public function setLabelsWithOneBeingThePrefixOfAnother()
 {
     $this->subject->processTemplate('###LABEL_FOO###, ###LABEL_FOO2###');
     $this->subject->setLabels();
     self::assertSame('foo, foo two', $this->subject->getSubpart());
 }