Exemplo n.º 1
0
 /**
  * @test
  */
 public function hasAttendedWithAttendeeHasAttendedReturnsTrue()
 {
     $this->fixture->setData(array('been_there' => TRUE));
     self::assertTrue($this->fixture->hasAttended());
 }