Exemple #1
0
 /**
  * @test
  * @covers \Devlog\Devlog\Domain\Model\Entry::setLocation
  */
 public function setLocationForStringSetsLocation()
 {
     $this->subject->setLocation('Entry.php');
     $this->assertAttributeEquals('Entry.php', 'location', $this->subject);
 }