Changeset 50

Show
Ignore:
Timestamp:
11/28/06 02:16:26 (2 years ago)
Author:
mikey
Message:

created infrastructure for unit tests
added unit test for definitions.AttributeDefinition?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/XJConf/definitions/AttributeDefinition.php

    r43 r50  
    99                   'definitions.Definition', 
    1010                   'exceptions.MissingAttributeException', 
    11                    'exceptions.XJConfException' 
     11                   'exceptions.XJConfException', 
     12                   'GenericTag' 
    1213); 
    1314/** 
     
    119120         * @return  mixed  concerted value 
    120121         * @throws  ValueConversionException 
     122         * @throws  MissingAttributeException 
    121123         */ 
    122124        public function convertValue(Tag $tag) 
     
    278280     * @return  ValueConverter 
    279281     */ 
    280     private function getValueConverter() 
     282    protected function getValueConverter() 
    281283    { 
    282284        if (null == $this->valueConverter) {