public function testCheckCommandExists()
 {
     $this->assertTrue($this->application->has('check'));
     $this->assertInstanceOf(Command::class, $this->application->get('check'));
 }