NerdsAndCompany\Schematic\Services\PluginsTest::testImportWithInstalledPlugins PHP Method

testImportWithInstalledPlugins() public method

Test default import functionality.
    public function testImportWithInstalledPlugins()
    {
        $data = $this->getPluginsData();
        $this->mockMultipleServices();
        $import = $this->schematicPluginsService->import($data);
        $this->assertTrue($import instanceof Result);
        $this->assertFalse($import->hasErrors());
    }