Implements void return types for PHPUnit

This commit is contained in:
distinctm
2019-08-23 09:45:52 -04:00
parent 12ba3008cc
commit e6200c346a

View File

@@ -16,7 +16,7 @@ class TestCase extends \Orchestra\Testbench\TestCase
]); ]);
} }
protected function setUp() protected function setUp(): void
{ {
parent::setUp(); parent::setUp();