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