Skip to content

Commit

Permalink
test: Fix AuditScoreClassifierTest
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDavido committed Dec 20, 2023
1 parent 42d9588 commit 2355692
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/Unit/Filter/AuditScoreClassifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

use PHPUnit\Framework\TestCase;
use Piwik\Plugins\PerformanceAudit\Columns\Filters\AuditScoreClassifier;
use Piwik\Tests\Framework\Fixture;

/**
* @group Filter
Expand All @@ -15,6 +16,13 @@
*/
class AuditScoreClassifierTest extends TestCase
{
public function setUp(): void
{
parent::setUp();

Fixture::loadAllTranslations();
}

public function test_get_correct_score_tooltips()
{
$tooltips = [
Expand Down

0 comments on commit 2355692

Please sign in to comment.