Style ApprovalTest fix formatting

This commit is contained in:
Sergey Kudashev 2024-04-09 12:32:19 +03:00
parent e4946ea50e
commit 5ed256af31

View File

@ -35,7 +35,7 @@ class ApprovalTest extends TestCase
ob_start();
$argv = ["", "30"];
include(__DIR__.'/../fixtures/texttest_fixture.php');
include(__DIR__ . '/../fixtures/texttest_fixture.php');
$output = ob_get_clean();