Beispiel #1
0
 /**
  * @test
  */
 public function getDateProperty1ReturnsInitialValueForDateTime()
 {
     $this->assertEquals(NULL, $this->subject->getDateProperty1());
 }
Beispiel #2
0
 /**
  * @test
  */
 public function getDateProperty1ReturnsInitialValueForDateTime()
 {
     self::assertEquals(null, $this->subject->getDateProperty1());
 }