Skip to content

Commit 8677298

Browse files
committed
Remove test for removed functionality
1 parent 181ae02 commit 8677298

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tests/includes/class-test-migration.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -167,22 +167,6 @@ public function test_migrate_actor_mode() {
167167
$this->assertEquals( ACTIVITYPUB_ACTOR_MODE, \get_option( 'activitypub_actor_mode', ACTIVITYPUB_ACTOR_MODE ) );
168168
}
169169

170-
/**
171-
* Tests scheduling of migration.
172-
*
173-
* @covers ::maybe_migrate
174-
*/
175-
public function test_migration_scheduling() {
176-
update_option( 'activitypub_db_version', '0.0.1' );
177-
178-
Migration::maybe_migrate();
179-
180-
$this->assertNotFalse( \wp_next_scheduled( 'activitypub_migrate_from_0_17' ) );
181-
182-
// Clean up.
183-
delete_option( 'activitypub_db_version' );
184-
}
185-
186170
/**
187171
* Test migrate to 4.1.0.
188172
*

0 commit comments

Comments
 (0)