Skip to content

Commit

Permalink
Merge pull request #554 from matomo-org/fixes-failing-test
Browse files Browse the repository at this point in the history
Fixes failing test
  • Loading branch information
AltamashShaikh authored Oct 28, 2024
2 parents e9b088f + 80ea7da commit 6b827ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Framework/BaseRecordImporterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public function setUp(): void
{
parent::setUp();
Fixture::createWebsite('2010-02-01 00:00:00');
// Ensure plugin is activated, otherwise adding a site with this type will fail
\Piwik\Plugin\Manager::getInstance()->activatePlugin('MobileAppMeasurable');
}
abstract public function getTestDir();
abstract public function getTestedPluginName();
Expand Down

0 comments on commit 6b827ec

Please sign in to comment.