Changeset 52009 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 11/04/2021 01:15:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r51828 r52009 341 341 class WP_PHPUnit_Util_Getopt { 342 342 343 function __construct( $argv ) {343 public function __construct( $argv ) { 344 344 $skipped_groups = array( 345 345 'ajax' => true,
Note: See TracChangeset
for help on using the changeset viewer.