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