/** * @runInSeparateProcess */ public function testApplicationHasGetCommand() { $this->setDefaultPaths(); $snipper = new SnipperApplication(); $this->assertTrue($snipper->has('get')); $this->assertInstanceOf('\\Snipper\\Console\\Command\\Get', $snipper->get('get')); }