PHP Класс ShopwareCli\Tests\PluginCreateTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$fileProvider array Each fileProvider basically provides three infos: * name (array key + "$FileProvider") * config flag that will trigger this file provider * array of files (key = source template, value = target file)
$legacyFileProvider array

Открытые методы

Метод Описание
testFileProvider ( ) Foreach file provider: Create a plugin which needs this file provider and check, if all required / pre-defined files actually exists.
testLegacyFileProvider ( ) Test each file provider with legacy files.

Приватные методы

Метод Описание
getConfigObject ( ) : Configuration
providerTest ( Configuration $config, array $provider, array $fileProviders, Shopware\PluginCreator\Services\WorkingDirectoryProvider\OutputDirectoryProviderInterface $outputDirectoryProvider )

Описание методов

testFileProvider() публичный Метод

Foreach file provider: Create a plugin which needs this file provider and check, if all required / pre-defined files actually exists.
public testFileProvider ( )

testLegacyFileProvider() публичный Метод

Test each file provider with legacy files.

Описание свойств

$fileProvider защищенное свойство

Each fileProvider basically provides three infos: * name (array key + "$FileProvider") * config flag that will trigger this file provider * array of files (key = source template, value = target file)
protected array $fileProvider
Результат array

$legacyFileProvider защищенное свойство

protected array $legacyFileProvider
Результат array