NerdsAndCompany\Schematic\Services\PluginsTest::testImportWithInstalledPlugins PHP 메소드

testImportWithInstalledPlugins() 공개 메소드

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());
    }