upgraded to phpunit 8 (#1155)
This commit is contained in:
@@ -26,7 +26,7 @@ class VersionCommandTest extends KernelTestCase
|
||||
*/
|
||||
protected $application;
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
$kernel = self::bootKernel();
|
||||
$this->application = new Application($kernel);
|
||||
|
||||
Reference in New Issue
Block a user