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

demoDataPackages() public method

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