Skip to content

Commit 9ab31bd

Browse files
vitormattosgithub-actions[bot]
authored andcommitted
Fix styling
1 parent fb9fd79 commit 9ab31bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
class TestCase extends BaseTestCase
1010
{
1111
public PageMock $pageData;
12+
1213
public $app;
1314

1415
protected function setUp(): void

tests/unit/LocalePathTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
final class LocalePathTest extends TestCase
77
{
88
#[DataProvider('providerLocalePath')]
9-
public function testLocalePath(string $path, ?string $locale, string $expected) {
9+
public function testLocalePath(string $path, ?string $locale, string $expected)
10+
{
1011
$actual = locale_path($this->pageData, $path, $locale);
1112
$this->assertEquals($expected, $actual);
1213
}

0 commit comments

Comments
 (0)