Changeset 109 for trunk/tests
- Timestamp:
- 10/18/07 23:48:56 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tests/integration/TestConstructorTestCase.php
r89 r109 8 8 */ 9 9 require_once EXAMPLES_DIR . '/ConstructorColor.php'; 10 require_once EXAMPLES_DIR . '/CDataColor.php'; 10 11 /** 11 12 * Integration test with TestConstructor. … … 38 39 $this->assertEqual($conf->getConfigValue('color2')->getGreen(), 222); 39 40 $this->assertEqual($conf->getConfigValue('color2')->getBlue(), 333); 41 42 $this->assertEqual($conf->getConfigValue('color3')->getHex(), '#999999'); 40 43 } 41 44 }
