Changeset 145

Show
Ignore:
Timestamp:
03/13/08 11:49:34 (10 months ago)
Author:
iteman
Message:

- Added some missing @since tags.

Files:
1 modified

Legend:

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

    r141 r145  
    176176     * @param stdClass $config 
    177177     * @throws Stagehand_TestRunner_Exception 
     178     * @since Method available since Release 2.1.0 
    178179     */ 
    179180    private static function _monitorAlteration($config) 
     
    248249     * @return stdClass 
    249250     * @throws Stagehand_TestRunner_Exception 
     251     * @since Method available since Release 2.1.0 
    250252     */ 
    251253    private static function _parseOptions() 
     
    319321     * @param string $testRunnerName 
    320322     * @param stdClass $config 
     323     * @since Method available since Release 2.1.0 
    321324     */ 
    322325    private static function _runTests($testRunnerName, $config)