diff --git a/tests/phpunit/includes/bootstrap.php b/tests/phpunit/includes/bootstrap.php index 427e5d8289..441c029c93 100644 --- a/tests/phpunit/includes/bootstrap.php +++ b/tests/phpunit/includes/bootstrap.php @@ -153,7 +153,6 @@ class WP_PHPUnit_Util_Getopt { protected $longOptions = array( 'exclude-group=', 'group=', - 'verbose=', ); function __construct( $argv ) { array_shift( $argv ); @@ -274,8 +273,6 @@ class WP_PHPUnit_Util_Getopt { return; } - - throw new Exception( "unrecognized option --$opt" ); } } new WP_PHPUnit_Util_Getopt( $_SERVER['argv'] );