Skip to content

Commit

Permalink
fix unit test error for config yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed May 1, 2021
1 parent c29940c commit 757ed9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/test/unit/YamlConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class YamlConfigTest extends TestCase
/**
* Set up
*/
public function setUp()
public function setUp(): void
{
$config = new Config();
$config->setPath(__DIR__ . '/../config-yaml');
Expand Down

0 comments on commit 757ed9f

Please sign in to comment.