mirror of
https://github.com/php/pie.git
synced 2026-03-23 23:12:17 +01:00
8 lines
284 B
Gherkin
8 lines
284 B
Gherkin
Feature: A PIE extension can be installed with PIE
|
|
|
|
# pie install
|
|
Example: Running PIE in a PIE project will install that PIE extension
|
|
Given I am in a PIE project
|
|
When I run a command to install the extension
|
|
Then the extension should have been installed and enabled
|