Neos\Neos\Tests\Functional\Domain\Service\SiteImportExportServiceTest::markSkippedIfNodeTypesPackageIsNotInstalled PHP Method

markSkippedIfNodeTypesPackageIsNotInstalled() protected method

    protected function markSkippedIfNodeTypesPackageIsNotInstalled()
    {
        $packageManager = $this->objectManager->get(PackageManagerInterface::class);
        if (!$packageManager->isPackageActive('Neos.Neos.NodeTypes')) {
            $this->markTestSkipped('This test needs the Neos.Neos.NodeTypes package.');
        }
    }