getMock('Symfony\Component\Console\Input\InputInterface'); $output = $this->getMock('Symfony\Component\Console\Output\OutputInterface'); $command = new CheckEnvironment('system:check'); $this->assertLessThan(2, $command->execute($input, $output)); } }