N98\Magento\Command\Installer\InstallCommandPackageVersionTest::versionListing PHP Method

versionListing() public method

public versionListing ( )
    public function versionListing()
    {
        $application = $this->getApplication();
        $application->add(new InstallCommand());
        /** @var InstallCommand $command */
        $command = $this->getApplication()->find('install');
        $tester = new InstallCommandTester();
        $packages = $tester->getMagentoPackages($command);
        $this->assertOngoingPackageVersions($packages, 2, 3);
    }