We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1eab5e4 + 52da63f commit 3eb515dCopy full SHA for 3eb515d
tests/test_class.jetpack-network.php
@@ -36,17 +36,6 @@ public function test_set_auto_activated_modules_returns_array() {
36
$this->assertInternalType( 'array', $jpms->set_auto_activated_modules( array() ) );
37
}
38
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
50
/**
51
* @since 2.8
52
**/
0 commit comments