Exemplo n.º 1
0
 /**
  * @test
  */
 public function hasInterestsForNonEmptyInterestsReturnsTrue()
 {
     $seminar = new tx_seminars_seminar($this->seminarUid);
     $this->fixture->setRegistrationData($seminar, $this->feUserUid, array('interests' => 'meeting people'));
     self::assertTrue($this->fixture->hasInterests());
 }