Add phpUnit testing for Amazon Incentives class

This commit is contained in:
2022-06-13 18:09:52 +09:00
parent 05b33ac157
commit 2bcd42f4a5
15 changed files with 1665 additions and 55 deletions

59
composer.lock generated
View File

@@ -4,9 +4,63 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "412ca7fe7d62707c222169f4a7deeaec",
"content-hash": "717f24a1578a5d25a0522cfb908b13cc",
"packages": [],
"packages-dev": [
{
"name": "dg/bypass-finals",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/dg/bypass-finals.git",
"reference": "fb62dc6ab1a097e234fa1567943d8e87ea4d0842"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dg/bypass-finals/zipball/fb62dc6ab1a097e234fa1567943d8e87ea4d0842",
"reference": "fb62dc6ab1a097e234fa1567943d8e87ea4d0842",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"nette/tester": "^2.3",
"phpstan/phpstan": "^0.12"
},
"default-branch": true,
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
}
],
"description": "Removes final keyword from source code on-the-fly and allows mocking of final methods and classes",
"keywords": [
"finals",
"mocking",
"phpunit",
"testing",
"unit"
],
"support": {
"issues": "https://github.com/dg/bypass-finals/issues",
"source": "https://github.com/dg/bypass-finals/tree/master"
},
"time": "2022-04-14T12:24:34+00:00"
},
{
"name": "doctrine/instantiator",
"version": "1.5.x-dev",
@@ -2090,7 +2144,8 @@
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"gullevek/dotenv": 20
"gullevek/dotenv": 20,
"dg/bypass-finals": 20
},
"prefer-stable": false,
"prefer-lowest": false,