ImboCliUnitTest\Command\GeneratePrivateKeyTest::setUp PHP Method

setUp() public method

Set up the command
public setUp ( )
    public function setUp()
    {
        $this->command = new GeneratePrivateKey();
        $application = new Application();
        $application->add($this->command);
    }