Exemplo n.º 1
0
 /**
  * @test
  * @return void
  */
 public function setNotesForStringSetsNotes()
 {
     $this->subject->setNotes('This is a longer text');
     $this->assertAttributeEquals('This is a longer text', 'notes', $this->subject);
 }