Skip to content

Commit

Permalink
jetpack connector test updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Aug 5, 2020
1 parent b7861e3 commit 25b070c
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 90 deletions.
36 changes: 18 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions connectors/class-connector-jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,11 @@ public function register() {
'label' => esc_html__( 'Tiled Galleries', 'stream' ),
'context' => 'tiled-gallery',
),
// Monitor.
'monitor_receive_notification' => array(
'label' => esc_html__( 'Monitor notifications', 'stream' ),
'context' => 'monitor',
),
);
}

Expand Down
3 changes: 2 additions & 1 deletion local/config/wp-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

$table_prefix = 'wptests_';

define( 'WP_DEBUG', false );
define( 'WP_DEBUG', true );
define( 'JETPACK_DEV_DEBUG', true );

define( 'ABSPATH', __DIR__ . '/' );

Expand Down

0 comments on commit 25b070c

Please sign in to comment.