Skip to content

Commit 7321f75

Browse files
phpcs fixes
1 parent 39af9c9 commit 7321f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/admin/includesSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ public function test_upgrade_700_adds_postmeta_composite_index() {
372372
$this->assertSame( 0, (int) $index_exists_before, 'The meta_key_id index should not exist before upgrade.' );
373373

374374
// Simulate an old database version.
375-
$original_db_version = $wp_current_db_version;
375+
$original_db_version = $wp_current_db_version;
376376
$wp_current_db_version = 61696;
377377

378378
// Run the upgrade function.

0 commit comments

Comments
 (0)