Changeset 134 for branches/PRE_NAMESPACES/tests
- Timestamp:
- 04/06/08 18:16:09 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/PRE_NAMESPACES/tests/integration/Example1TestCase.php
r89 r134 25 25 $tagParser = new DefinitionParser(); 26 26 $defs = $tagParser->parse(EXAMPLES_DIR . '/xml/defines.xml'); 27 $this->assertEqual($defs->countTagDefinitions(), 9);27 $this->assertEqual($defs->countTagDefinitions(), 10); 28 28 29 29 $conf = new XmlParser(); … … 33 33 $this->assertEqual($conf->getConfigValue('foo'), 'tomato'); 34 34 $this->assertEqual($conf->getConfigValue('zahl'), 124); 35 $this->assertEqual($conf->getConfigValue('octal'), 0777); 35 36 $this->assertEqual($conf->getConfigValue('schst')->getString(), 'TOMATO'); 36 37 $this->assertEqual($conf->getConfigValue('complex')->render(), '<font color="red" size="3">This is a string.</font>');
