Example #1
0
 /**
  *
  */
 public function testBirthday()
 {
     $this->assertNull($this->object->birthday());
 }
 /**
  *
  */
 public function testBirthday()
 {
     $this->assertSame('1991-11-24', $this->object->birthday());
 }