mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-26 23:18:37 +03:00
Fix typo
This commit is contained in:
parent
065d314608
commit
a8b0c46142
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class ConfigProviderTest extends TestCase
|
|||
}
|
||||
|
||||
/** @test */
|
||||
public function confiIsProperlyReturned(): void
|
||||
public function configIsProperlyReturned(): void
|
||||
{
|
||||
$config = ($this->configProvider)();
|
||||
|
||||
|
|
Loading…
Reference in a new issue