className = 'ezcWebdavLockDiscoveryProperty'; $this->propertyName = 'lockdiscovery'; $this->defaultValues = array( 'activeLock' => null, ); $this->workingValues = array( 'activeLock' => array( null, array( new ezcWebdavLockDiscoveryPropertyActiveLock(), new ezcWebdavLockDiscoveryPropertyActiveLock(), ), ), ); $this->failingValues = array( 'activeLock' => array( 23, 23.34, 'foobar', true, false, new stdClass(), ), ); } } ?>