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