className = 'ezcWebdavSupportedLockProperty'; $this->propertyName = 'supportedlock'; $this->defaultValues = array( 'lockEntry' => null, ); $this->workingValues = array( 'lockEntry' => array( null, array( new ezcWebdavSupportedLockPropertyLockentry(), new ezcWebdavSupportedLockPropertyLockentry(), ), ), ); $this->failingValues = array( 'lockEntry' => array( 23, 23.34, 'foobar', true, false, new stdClass(), ), ); } } ?>