Exemplo n.º 1
0
 /**
  * @test
  */
 public function setLabelsWithOneBeingThePrefixOfAnother()
 {
     $this->subject->processTemplate('###LABEL_FOO###, ###LABEL_FOO2###');
     $this->subject->setLabels();
     self::assertSame('foo, foo two', $this->subject->getSubpart());
 }