Skip to content

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur authored Oct 30, 2019
1 parent 9d33a6a commit 880547c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ public function setUp() {
}

public function test_get_active_containers_when_containers_defined() {
if (function_exists('is_multisite') && is_multisite()) {
$this->markTestSkipped('Not running for multisite');
return;
}
$site = new WpMatomo\Site();
$idsite = $site->get_current_matomo_site_id();

Expand Down

0 comments on commit 880547c

Please sign in to comment.