Skip to content

Commit

Permalink
styleci-issues fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
thirsch committed May 3, 2024
1 parent 3a609c2 commit 5a66e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Components/LinkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class LinkTest extends TestCase
{
protected function getEnvironmentSetUp($app)
{
$app->setBasePath(dirname(__DIR__) . '/files');
$app->setBasePath(dirname(__DIR__).'/files');
}

protected function tearDown(): void
Expand Down
2 changes: 1 addition & 1 deletion tests/Components/ScriptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ScriptTest extends TestCase
{
protected function getEnvironmentSetUp($app)
{
$app->setBasePath(dirname(__DIR__) . '/files');
$app->setBasePath(dirname(__DIR__).'/files');
}

protected function tearDown(): void
Expand Down

0 comments on commit 5a66e73

Please sign in to comment.