Added PHPUnit DBUnit extension.

This commit is contained in:
Dmitry Khomutov 2018-02-28 23:01:40 +07:00
parent 4cb041e8fb
commit c9087df799
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
2 changed files with 185 additions and 114 deletions

View file

@ -3,7 +3,17 @@
"description": "PHP Censor is a open source self-hosted continuous integration server for PHP projects (PHPCI fork).", "description": "PHP Censor is a open source self-hosted continuous integration server for PHP projects (PHPCI fork).",
"minimum-stability": "stable", "minimum-stability": "stable",
"type": "application", "type": "application",
"keywords": ["php", "php-censor", "phpci", "ci-server", "testing", "self-hosted", "open-source", "ci", "continuous integration"], "keywords": [
"php",
"php-censor",
"phpci",
"ci-server",
"testing",
"self-hosted",
"open-source",
"ci",
"continuous integration"
],
"homepage": "http://php-censor.info", "homepage": "http://php-censor.info",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"authors": [ "authors": [
@ -65,7 +75,6 @@
"pda/pheanstalk": "~3.1.0", "pda/pheanstalk": "~3.1.0",
"guzzlehttp/guzzle": "~6.2.0", "guzzlehttp/guzzle": "~6.2.0",
"jasongrimes/paginator": "~1.0.0", "jasongrimes/paginator": "~1.0.0",
"phpunit/phpunit": "~5.7.0", "phpunit/phpunit": "~5.7.0",
"codeception/codeception": "~2.3.0", "codeception/codeception": "~2.3.0",
"phpmd/phpmd": "~2.6.0", "phpmd/phpmd": "~2.6.0",
@ -89,6 +98,9 @@
"bower-asset/ionicons": "~2.0.0", "bower-asset/ionicons": "~2.0.0",
"bower-asset/raphael": "~2.2.0" "bower-asset/raphael": "~2.2.0"
}, },
"require-dev": {
"phpunit/dbunit": "~2.0.0"
},
"suggest": { "suggest": {
"maknz/slack": "For SlackNotify plugin", "maknz/slack": "For SlackNotify plugin",
"hipchat/hipchat-php": "For HipchatNotify plugin", "hipchat/hipchat-php": "For HipchatNotify plugin",
@ -103,7 +115,10 @@
"npm-asset" "npm-asset"
], ],
"installer-paths": { "installer-paths": {
"public/assets/vendor/{$name}/": ["type:bower-asset", "type:npm-asset"] "public/assets/vendor/{$name}/": [
"type:bower-asset",
"type:npm-asset"
]
} }
}, },
"repositories": [ "repositories": [

60
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e04dd5f7a7f3a869724c591daf5d8f2e", "content-hash": "86960b0e8aee816f39921ca1c3e6bfc3",
"packages": [ "packages": [
{ {
"name": "behat/gherkin", "name": "behat/gherkin",
@ -3945,7 +3945,63 @@
"time": "2017-06-30T11:53:12+00:00" "time": "2017-06-30T11:53:12+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [
{
"name": "phpunit/dbunit",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/dbunit.git",
"reference": "5c35d74549c21ba55d0ea74ba89d191a51f8cf25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/5c35d74549c21ba55d0ea74ba89d191a51f8cf25",
"reference": "5c35d74549c21ba55d0ea74ba89d191a51f8cf25",
"shasum": ""
},
"require": {
"ext-pdo": "*",
"ext-simplexml": "*",
"php": "^5.4 || ^7.0",
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0",
"symfony/yaml": "^2.1 || ^3.0"
},
"bin": [
"dbunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
"homepage": "https://github.com/sebastianbergmann/dbunit/",
"keywords": [
"database",
"testing",
"xunit"
],
"time": "2016-12-02T14:39:14+00:00"
}
],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": [],