Changeset 109

Show
Ignore:
Timestamp:
01/17/08 17:12:56 (12 months ago)
Author:
iteman
Message:

- Changed the constructor definition to construct().

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/Stagehand/TestRunner/Common.php

    r107 r109  
    8383 
    8484    // }}} 
    85     // {{{ constructor 
     85    // {{{ __construct() 
    8686 
    8787    /** 
     
    8989     * @param boolean $isFile 
    9090     */ 
    91     public function Stagehand_TestRunner_Common($color, $isFile) 
     91    public function __construct($color, $isFile) 
    9292    { 
    9393        $this->_color = $color;