className = 'ezcWebdavPropPatchRequest'; $this->constructorArguments = array( '/foo', '/bar' ); $this->defaultValues = array( 'updates' => new ezcWebdavFlaggedPropertyStorage(), ); $this->workingValues = array( 'updates' => array( new ezcWebdavFlaggedPropertyStorage(), ), ); $this->failingValues = array( 'updates' => array( 23, 23.34, 'foo bar', array( 23, 42 ), new stdClass(), ), ); } } ?>