Skip to content

Commit

Permalink
README & Unit Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Holloway committed Jun 27, 2014
1 parent 407de07 commit 546e6a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -63,6 +63,7 @@ is not needed to install packages with these frameworks:
| phpBB | `phpbb-extension`<br>`phpbb-style`<br>`phpbb-language`
| Pimcore | `pimcore-plugin`
| PPI | **`ppi-module`**
| REDAXO | `redaxo-addon`
| Roundcube | `roundcube-plugin`
| shopware | `shopware-backend-plugin`<br/>`shopware-core-plugin`<br/>`shopware-frontend-plugin`<br/>`shopware-theme`
| SilverStripe | `silverstripe-module`<br>`silverstripe-theme`
Expand Down
2 changes: 2 additions & 0 deletions tests/Composer/Installers/Test/InstallerTest.php
Expand Up @@ -135,6 +135,7 @@ public function dataForTestSupport()
array('phpbb-extension', true),
array('pimcore-plugin', true),
array('ppi-module', true),
array('redaxo-addon', true),
array('roundcube-plugin', true),
array('shopware-backend-plugin', true),
array('shopware-core-plugin', true),
Expand Down Expand Up @@ -232,6 +233,7 @@ public function dataForTestInstallPath()
array('phpbb-language', 'language/foo/', 'test/foo'),
array('pimcore-plugin', 'plugins/MyPlugin/', 'ubikz/my_plugin'),
array('ppi-module', 'modules/foo/', 'test/foo'),
array('redaxo-addon', 'redaxo/include/addons/my_plugin/', 'shama/my_plugin'),
array('roundcube-plugin', 'plugins/base/', 'test/base'),
array('roundcube-plugin', 'plugins/replace_dash/', 'test/replace-dash'),
array('shopware-backend-plugin', 'engine/Shopware/Plugins/Local/Backend/ShamaMyBackendPlugin/', 'shama/my-backend-plugin'),
Expand Down

0 comments on commit 546e6a8

Please sign in to comment.