Exemplo n.º 1
0
 /**
  * @test
  */
 public function getNotesWithNonEmptyNotesReturnsNotes()
 {
     $this->fixture->setData(array('notes' => 'Nothing of interest.'));
     self::assertEquals('Nothing of interest.', $this->fixture->getNotes());
 }