Changeset 144
- Timestamp:
- 03/07/08 23:04:16 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Stagehand/TestRunner/AlterationMonitor.php
r134 r144 188 188 private function _runTests() 189 189 { 190 passthru($this->_command , $result);190 passthru($this->_command); 191 191 } 192 192
