Changeset 42228 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r41966 r42228 130 130 class WP_PHPUnit_Util_Getopt extends PHPUnit_Util_Getopt { 131 131 protected $longOptions = array( 132 133 132 'exclude-group=', 133 'group=', 134 134 ); 135 135 function __construct( $argv ) {
Note: See TracChangeset
for help on using the changeset viewer.