-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mschindler
committed
Mar 30, 2016
1 parent
c0a2503
commit 12f6920
Showing
43 changed files
with
362 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
language: php | ||
php: | ||
- 5.6 | ||
- 5.5 | ||
- 5.4 | ||
- 5.3 | ||
- hhvm | ||
|
||
|
||
script: ant test | ||
env: | ||
|
||
env: | ||
global: | ||
- secure: "StaRWxgVW55YXMetUfL91rGDHJCBC0e3Nv9qYx5jg2aa9H0BIYhJ8vYtDXbKFEeGXWRnlLdPVclzRiIMdYQTZaBrjHxWVzE9N5stIyIq/Ik5hvkRs3h78ICSsDJB7SAun+aYv4vV/2kR44B0YiOhWZehV3IhAWO1Csd4HDjiQHY=" | ||
- API_TEST_KEY: 0dcb0c6a3dcddace93de405fb98857b7 | ||
- API_PUBLIC_TEST_KEY: 07558773223ff498c4ab0ca581551453 | ||
- PAYMILL_API_TEST_KEY: 0dcb0c6a3dcddace93de405fb98857b7 | ||
- PAYMILL_API_PUBLIC_TEST_KEY: 07558773223ff498c4ab0ca581551453 | ||
|
||
matrix: | ||
include: | ||
- php: 5.6 | ||
env: PAYMILL_WH_1=transaction.succeeded PAYMILL_WH_2=subscription.created | ||
- php: 5.5 | ||
env: PAYMILL_WH_1=chargeback.executed PAYMILL_WH_2=transaction.created | ||
- php: 5.4 | ||
env: PAYMILL_WH_1=transaction.pending PAYMILL_WH_2=transaction.failed | ||
- php: 5.3 | ||
env: PAYMILL_WH_1=client.updated PAYMILL_WH_2=subscription.updated | ||
- php: hhvm | ||
env: PAYMILL_WH_1=subscription.deleted PAYMILL_WH_2=subscription.succeeded | ||
|
||
before_install: composer self-update | ||
install: composer install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 31 additions & 1 deletion
32
tests/integration/IntegrationBase.php → tests/Integration/IntegrationBase.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.