Skip to content
Snippets Groups Projects
Commit 04c91659 authored by Georg Ringer's avatar Georg Ringer Committed by Wouter Wolters
Browse files

[TASK] Add codeception as dev dependency

Acceptance tests will be done by using codeception

Change-Id: Idad21948afc83d07b06a8fdd4ed095700c932985
Resolves: #68111
Releases: master
Reviewed-on: http://review.typo3.org/41183


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent b9c29989
Branches
Tags
No related merge requests found
...@@ -46,7 +46,8 @@ ...@@ -46,7 +46,8 @@
}, },
"require-dev": { "require-dev": {
"mikey179/vfsStream": "1.4.*@dev", "mikey179/vfsStream": "1.4.*@dev",
"phpunit/phpunit": "~4.7.0" "phpunit/phpunit": "~4.7.0",
"codeception/codeception": "2.1.0"
}, },
"suggest": { "suggest": {
"ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images", "ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment