Skip to content

Commit 2355692

Browse files
committed
test: Fix AuditScoreClassifierTest
1 parent 42d9588 commit 2355692

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/Unit/Filter/AuditScoreClassifierTest.php

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use PHPUnit\Framework\TestCase;
88
use Piwik\Plugins\PerformanceAudit\Columns\Filters\AuditScoreClassifier;
9+
use Piwik\Tests\Framework\Fixture;
910

1011
/**
1112
* @group Filter
@@ -15,6 +16,13 @@
1516
*/
1617
class AuditScoreClassifierTest extends TestCase
1718
{
19+
public function setUp(): void
20+
{
21+
parent::setUp();
22+
23+
Fixture::loadAllTranslations();
24+
}
25+
1826
public function test_get_correct_score_tooltips()
1927
{
2028
$tooltips = [

0 commit comments

Comments
 (0)