Example #1
0
 /**
  * @test
  */
 public function getYearReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getYear());
 }