Lint tests

This commit is contained in:
eai04191
2019-07-02 12:44:25 +09:00
parent fa171bc3d3
commit 4747f822ab
7 changed files with 48 additions and 48 deletions

View File

@@ -20,7 +20,7 @@ class PlurkResolverTest extends TestCase
public function test()
{
$responseText = file_get_contents(__DIR__.'/../../fixture/Plurk/test.html');
$responseText = file_get_contents(__DIR__ . '/../../fixture/Plurk/test.html');
$this->createResolver(PlurkResolver::class, $responseText);