className = 'ezcWebdavGetContentLengthProperty'; $this->propertyName = 'getcontentlength'; $this->defaultValues = array( 'length' => null, ); $this->workingValues = array( 'length' => array( null, "1234", // 2 GB + 1b "2147483649" ), ); $this->failingValues = array( 'length' => array( 'foo', 23, 23.34, true, false, new stdClass(), ), ); } } ?>