className = 'ezcWebdavGetEtagProperty'; $this->propertyName = 'getetag'; $this->defaultValues = array( 'etag' => null, ); $this->workingValues = array( 'etag' => array( null, "foo bar", "", ), ); $this->failingValues = array( 'etag' => array( 23, 23.34, true, false, new stdClass(), array(), ), ); } } ?>