public function InstallerTest::dataForTestSupport in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/composer/installers/tests/Composer/Installers/Test/InstallerTest.php \Composer\Installers\Test\InstallerTest::dataForTestSupport()
dataForTestSupport
File
- vendor/
composer/ installers/ tests/ Composer/ Installers/ Test/ InstallerTest.php, line 84
Class
Namespace
Composer\Installers\TestCode
public function dataForTestSupport() {
return array(
array(
'agl-module',
true,
),
array(
'aimeos-extension',
true,
),
array(
'annotatecms-module',
true,
),
array(
'annotatecms-component',
true,
),
array(
'annotatecms-service',
true,
),
array(
'bitrix-module',
true,
),
array(
'bitrix-component',
true,
),
array(
'bitrix-theme',
true,
),
array(
'cakephp',
false,
),
array(
'cakephp-',
false,
),
array(
'cakephp-app',
false,
),
array(
'cakephp-plugin',
true,
),
array(
'chef-cookbook',
true,
),
array(
'chef-role',
true,
),
array(
'codeigniter-app',
false,
),
array(
'codeigniter-library',
true,
),
array(
'codeigniter-third-party',
true,
),
array(
'codeigniter-module',
true,
),
array(
'concrete5-block',
true,
),
array(
'concrete5-package',
true,
),
array(
'concrete5-theme',
true,
),
array(
'concrete5-update',
true,
),
array(
'craft-plugin',
true,
),
array(
'croogo-plugin',
true,
),
array(
'croogo-theme',
true,
),
array(
'dokuwiki-plugin',
true,
),
array(
'dokuwiki-template',
true,
),
array(
'drupal-module',
true,
),
array(
'dolibarr-module',
true,
),
array(
'elgg-plugin',
true,
),
array(
'fuel-module',
true,
),
array(
'fuel-package',
true,
),
array(
'fuel-theme',
true,
),
array(
'fuelphp-component',
true,
),
array(
'hurad-plugin',
true,
),
array(
'hurad-theme',
true,
),
array(
'joomla-library',
true,
),
array(
'kirby-plugin',
true,
),
array(
'kohana-module',
true,
),
array(
'laravel-library',
true,
),
array(
'lithium-library',
true,
),
array(
'magento-library',
true,
),
array(
'mako-package',
true,
),
array(
'modxevo-snippet',
true,
),
array(
'modxevo-plugin',
true,
),
array(
'modxevo-module',
true,
),
array(
'modxevo-template',
true,
),
array(
'modxevo-lib',
true,
),
array(
'mediawiki-extension',
true,
),
array(
'mediawiki-skin',
true,
),
array(
'microweber-module',
true,
),
array(
'modulework-module',
true,
),
array(
'moodle-mod',
true,
),
array(
'october-module',
true,
),
array(
'october-plugin',
true,
),
array(
'piwik-plugin',
true,
),
array(
'phpbb-extension',
true,
),
array(
'pimcore-plugin',
true,
),
array(
'ppi-module',
true,
),
array(
'prestashop-module',
true,
),
array(
'prestashop-theme',
true,
),
array(
'puppet-module',
true,
),
array(
'redaxo-addon',
true,
),
array(
'redaxo-bestyle-plugin',
true,
),
array(
'roundcube-plugin',
true,
),
array(
'shopware-backend-plugin',
true,
),
array(
'shopware-core-plugin',
true,
),
array(
'shopware-frontend-plugin',
true,
),
array(
'shopware-theme',
true,
),
array(
'silverstripe-module',
true,
),
array(
'silverstripe-theme',
true,
),
array(
'smf-module',
true,
),
array(
'smf-theme',
true,
),
array(
'symfony1-plugin',
true,
),
array(
'thelia-module',
true,
),
array(
'thelia-frontoffice-template',
true,
),
array(
'thelia-backoffice-template',
true,
),
array(
'thelia-email-template',
true,
),
array(
'tusk-task',
true,
),
array(
'tusk-asset',
true,
),
array(
'typo3-flow-plugin',
true,
),
array(
'typo3-cms-extension',
true,
),
array(
'whmcs-gateway',
true,
),
array(
'wolfcms-plugin',
true,
),
array(
'wordpress-plugin',
true,
),
array(
'wordpress-core',
false,
),
array(
'zend-library',
true,
),
array(
'zikula-module',
true,
),
array(
'zikula-theme',
true,
),
);
}