Skip to content

Commit 96c2764

Browse files
committed
Adapt CircleCI test
1 parent 0df2f0a commit 96c2764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/scaffold-package-tests.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ Feature: Scaffold the test suite for an existing package
9191
And the community-command/circle.yml file should exist
9292
And the community-command/circle.yml file should contain:
9393
"""
94-
bash bin/install-package-tests.sh
94+
composer prepare-tests
9595
"""
9696
And the community-command/circle.yml file should contain:
9797
"""
98-
bash bin/test.sh
98+
composer test
9999
"""
100100
And the community-command/.travis.yml file should not exist
101101

0 commit comments

Comments
 (0)