Beispiel #1
0
 /**
  * @test
  */
 public function setDateProperty3ForDateTimeSetsDateProperty3()
 {
     $dateTimeFixture = new \DateTime();
     $this->subject->setDateProperty3($dateTimeFixture);
     $this->assertAttributeEquals($dateTimeFixture, 'dateProperty3', $this->subject);
 }