Example #1
0
 public function testGetDateStringForInvalidDate()
 {
     $this->useGerman();
     $date = new Opus_Date('2005');
     $this->assertFalse($date->isValid());
     $this->assertEquals(null, $this->__datesHelper->getDateString($date));
 }