Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! separate Return and Param type tests #1
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 20, 2019
1 parent be6fdc2 commit 06c8ace
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ final class Php72RectorTest extends AbstractRectorTestCase
{
public function test(): void
{
$this->doTestFiles([
__DIR__ . '/Fixture/nikic/object_php72.php.inc',
]);
$this->doTestFiles([__DIR__ . '/Fixture/nikic/object_php72.php.inc']);
}

protected function provideConfig(): string
Expand Down

0 comments on commit 06c8ace

Please sign in to comment.