className = 'ezcWebdavResourceTypeProperty'; $this->propertyName = 'resourcetype'; $this->defaultValues = array( 'type' => null, ); $this->workingValues = array( 'type' => array( null, ezcWebdavResourceTypeProperty::TYPE_COLLECTION, ezcWebdavResourceTypeProperty::TYPE_RESSOURCE, ), ); $this->failingValues = array( 'type' => array( 23, 23.34, '', 'foo', true, false, array( 23, 42 ), new stdClass(), ), ); } } ?>