className = 'ezcWebdavCreationDateProperty'; $this->propertyName = 'creationdate'; $this->defaultValues = array( 'date' => null, ); $this->workingValues = array( 'date' => array( null, new ezcWebdavDateTime( "+3 hours" ), ), ); $this->failingValues = array( 'date' => array( 23, 23.34, 'foobar', true, false, array( 23, 42 ), new stdClass(), ), ); } } ?>