We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df2f0a commit 96c2764Copy full SHA for 96c2764
features/scaffold-package-tests.feature
@@ -91,11 +91,11 @@ Feature: Scaffold the test suite for an existing package
91
And the community-command/circle.yml file should exist
92
And the community-command/circle.yml file should contain:
93
"""
94
- bash bin/install-package-tests.sh
+ composer prepare-tests
95
96
97
98
- bash bin/test.sh
+ composer test
99
100
And the community-command/.travis.yml file should not exist
101
0 commit comments