Skip to content

Commit

Permalink
Update AnalyticsDatasourceTest.php
Browse files Browse the repository at this point in the history
Signed-off-by: Rello <[email protected]>
  • Loading branch information
Rello committed Jul 3, 2024
1 parent b385dcc commit 8b3c18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/Analytics/AnalyticsDatasourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public function setUp(): void {
parent::setUp();

if (!\class_exists(IDatasource::class)) {
$this->markTestSkipped('The analytics app is not installed!');
return;
#$this->markTestSkipped('The analytics app is not installed!');
#return;
}

$this->l10n = $this->createMock(IL10N::class);
Expand Down

0 comments on commit 8b3c18e

Please sign in to comment.