Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902)
This commit is contained in:
@@ -29,7 +29,10 @@ class ReloadCommandTest extends KernelTestCase
|
||||
parent::setUp();
|
||||
$kernel = self::bootKernel();
|
||||
$this->application = new Application($kernel);
|
||||
$this->application->add(new ReloadCommand());
|
||||
$this->application->add(new ReloadCommand(
|
||||
$this->application->getKernel()->getProjectDir(),
|
||||
$this->application->getKernel()->getEnvironment()
|
||||
));
|
||||
}
|
||||
|
||||
public function testCommandName()
|
||||
|
||||
Reference in New Issue
Block a user