Skip to content

Commit 3eb515d

Browse files
committed
Merge pull request Automattic#657 from rase-/fix/tests
Fix call to undefined method in tests.
2 parents 1eab5e4 + 52da63f commit 3eb515d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/test_class.jetpack-network.php

-11
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@ public function test_set_auto_activated_modules_returns_array() {
3636
$this->assertInternalType( 'array', $jpms->set_auto_activated_modules( array() ) );
3737
}
3838

39-
/**
40-
* @since 2.8
41-
**/
42-
public function test_add_jetpack_sites_column_adds_column() {
43-
$jpms = Jetpack_Network::init();
44-
45-
$columns = $jpms->add_jetpack_sites_column( array() );
46-
47-
$this->assertTrue( isset( $columns['jetpack_connection'] ) );
48-
}
49-
5039
/**
5140
* @since 2.8
5241
**/

0 commit comments

Comments
 (0)