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