public function testIsLeap2()
 {
     $dt = new DateTimeObject('01.01.2012');
     $this->assertTrue($dt->isLeap());
 }