Fix broken tests
This commit is contained in:
parent
09a85d9cb4
commit
f514c81074
|
@ -125,8 +125,8 @@ class WC_Admin_Tests_Install extends WP_UnitTestCase {
|
|||
public function db_update_version_provider() {
|
||||
return array(
|
||||
// [DB Update version string, # of expected pending jobs]
|
||||
array( '3.9.0', 34 ),
|
||||
array( '4.0.0', 27 ),
|
||||
array( '3.9.0', 33 ),
|
||||
array( '4.0.0', 26 ),
|
||||
array( '4.4.0', 22 ),
|
||||
array( '4.5.0', 20 ),
|
||||
array( '5.0.0', 16 ),
|
||||
|
|
Loading…
Reference in New Issue