className = 'ezcWebdavSourceProperty'; $this->propertyName = 'source'; $this->defaultValues = array( 'links' => array(), ); $this->workingValues = array( 'links' => array( array(), array( new ezcWebdavSourcePropertyLink(), new ezcWebdavSourcePropertyLink(), ), ), ); $this->failingValues = array( 'links' => array( 23, 23.34, 'foobar', true, false, new stdClass(), ), ); } } ?>