-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #133 from Adyen/develop
Release 4.2.0
- Loading branch information
Showing
9 changed files
with
75 additions
and
16 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
* @msilvagarcia @cyattilakiss @Aleffio @AlexandrosMor @rikterbeek |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Vagrant.configure("2") do |config| | ||
config.vm.box = "hashicorp/bionic64" | ||
config.vm.box_version = "1.0.282" | ||
end |
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,12 +1,29 @@ | ||
<!-- | ||
~ ###### | ||
~ ###### | ||
~ ############ ####( ###### #####. ###### ############ ############ | ||
~ ############# #####( ###### #####. ###### ############# ############# | ||
~ ###### #####( ###### #####. ###### ##### ###### ##### ###### | ||
~ ###### ###### #####( ###### #####. ###### ##### ##### ##### ###### | ||
~ ###### ###### #####( ###### #####. ###### ##### ##### ###### | ||
~ ############# ############# ############# ############# ##### ###### | ||
~ ############ ############ ############# ############ ##### ###### | ||
~ ###### | ||
~ ############# | ||
~ ############ | ||
~ | ||
~ Adyen API Library for PHP | ||
~ | ||
~ Copyright (c) 2019 Adyen B.V. | ||
~ This file is open source and available under the MIT license. | ||
~ See the LICENSE file for more info. | ||
~ | ||
--> | ||
|
||
<phpunit bootstrap="tests/bootstrap.php" colors="true"> | ||
<testsuites> | ||
<testsuite name="Adyen PHP Test Suite"> | ||
<directory suffix="Test.php">tests</directory> | ||
<directory>./tests</directory> | ||
</testsuite> | ||
</testsuites> | ||
<filter> | ||
<whitelist> | ||
<directory suffix=".php">./src</directory> | ||
</whitelist> | ||
</filter> | ||
</phpunit> | ||
</phpunit> |
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