Changeset 44707
- Timestamp:
- 01/28/2019 06:49:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r44701 r44707 154 154 'exclude-group=', 155 155 'group=', 156 'verbose=',157 156 ); 158 157 function __construct( $argv ) { … … 275 274 return; 276 275 } 277 278 throw new Exception( "unrecognized option --$opt" );279 276 } 280 277 }
Note: See TracChangeset
for help on using the changeset viewer.