Changeset 109
- Timestamp:
- 01/17/08 17:12:56 (12 months ago)
- Files:
-
- 1 modified
-
trunk/src/Stagehand/TestRunner/Common.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Stagehand/TestRunner/Common.php
r107 r109 83 83 84 84 // }}} 85 // {{{ constructor85 // {{{ __construct() 86 86 87 87 /** … … 89 89 * @param boolean $isFile 90 90 */ 91 public function Stagehand_TestRunner_Common($color, $isFile)91 public function __construct($color, $isFile) 92 92 { 93 93 $this->_color = $color;
