Skip to content

Commit

Permalink
Update InstallerTest.php
Browse files Browse the repository at this point in the history
Update Test for WHMCS Locations
  • Loading branch information
strausmann authored Aug 7, 2018
1 parent 31a84f1 commit 380a8b9
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions tests/Composer/Installers/Test/InstallerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,23 @@ public function dataForTestSupport()
array('userfrosting-sprinkle', true),
array('vanilla-plugin', true),
array('vanilla-theme', true),
array('whmcs-gateway', true),
array('whmcs-addons', true),
array('whmcs-fraud', true),
array('whmcs-gateways', true),
array('whmcs-notifications', true),
array('whmcs-registrars', true),
array('whmcs-reports', true),
array('whmcs-security', true),
array('whmcs-servers', true),
array('whmcs-social', true),
array('whmcs-support', true),
array('whmcs-widgets', true),
array('whmcs-hooks', true),
array('whmcs-api', true),
array('whmcs-lang', true),
array('whmcs-feeds', true),
array('whmcs-templates', true),
array('whmcs-includes', true),
array('wolfcms-plugin', true),
array('wordpress-plugin', true),
array('wordpress-core', false),
Expand Down Expand Up @@ -405,7 +421,23 @@ public function dataForTestInstallPath()
array('userfrosting-sprinkle', 'app/sprinkles/my_sprinkle/', 'shama/my_sprinkle'),
array('vanilla-plugin', 'plugins/my_plugin/', 'shama/my_plugin'),
array('vanilla-theme', 'themes/my_theme/', 'shama/my_theme'),
array('whmcs-gateway', 'modules/gateways/gateway_name/', 'vendor/gateway_name'),
array('whmcs-addons', 'modules/addons/addon_name/', 'vendor/addon_name'),
array('whmcs-fraud', 'modules/fraud/fraud_name/', 'vendor/fraud_name'),
array('whmcs-gateways', 'modules/gateways/gateway_name/', 'vendor/gateway_name'),
array('whmcs-notifications', 'modules/notifications/notification_name/', 'vendor/notification_name'),
array('whmcs-registrars', 'modules/registrars/registrar_name/', 'vendor/registrar_name'),
array('whmcs-reports', 'modules/reports/report_name/', 'vendor/report_name'),
array('whmcs-security', 'modules/security/security_name/', 'vendor/security_name'),
array('whmcs-servers', 'modules/servers/server_name/', 'vendor/server_name'),
array('whmcs-social', 'modules/social/social_name/', 'vendor/social_name'),
array('whmcs-support', 'modules/support/support_name/', 'vendor/support_name'),
array('whmcs-widgets', 'modules/widgets/', 'vendor/widget_name'),
array('whmcs-hooks', 'includes/hooks/', 'vendor/hook_name'),
array('whmcs-api', 'includes/api/', 'vendor/api_name'),
array('whmcs-lang', 'lang/overrides/', 'vendor/lang_name'),
array('whmcs-feeds', 'feeds/', 'vendor/feed_name'),
array('whmcs-templates', 'modules/templates/template_name/', 'vendor/template_name'),
array('whmcs-includes', 'includes/include_name/', 'vendor/include_name'),
array('wolfcms-plugin', 'wolf/plugins/my_plugin/', 'shama/my_plugin'),
array('wordpress-plugin', 'wp-content/plugins/my_plugin/', 'shama/my_plugin'),
array('wordpress-muplugin', 'wp-content/mu-plugins/my_plugin/', 'shama/my_plugin'),
Expand Down

0 comments on commit 380a8b9

Please sign in to comment.