1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00
Files
archived-pie/features/install-extensions.feature
2025-11-24 11:56:07 +00:00

12 lines
457 B
Gherkin

Feature: Extensions can be installed with PIE
# pie install <ext> --skip-enable-extension
Example: An extension can be installed without enabling
When I run a command to install an extension without enabling it
Then the extension should have been installed
# pie install <ext>
Example: An extension can be installed and enabled
When I run a command to install an extension
Then the extension should have been installed and enabled