Exemplo n.º 1
0
 /**
  * @test
  */
 public function getBillingAddressWithGenderFemaleContainsLabelForGenderFemale()
 {
     $registrationUid = $this->testingFramework->createRecord('tx_seminars_attendances', array('gender' => '1'));
     $fixture = new tx_seminars_registrationchild($registrationUid);
     self::assertContains($fixture->translate('label_gender.I.1'), $fixture->getBillingAddress());
 }