mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 12:31:14 +00:00
Split out tools
This commit is contained in:
8
php_tools/codeception/README.md
Normal file
8
php_tools/codeception/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Codeception
|
||||
|
||||
BDD-style testing framework.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| Composer | https://packagist.org/packages/codeception/codeception |
|
||||
| GitHub | https://github.com/Codeception/Codeception |
|
||||
14
php_tools/codeception/install.yml
Normal file
14
php_tools/codeception/install.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
check: codecept --version 2>/dev/null | grep -E '^Codeception(\sversion)?\s[0-9][.0-9]+$' || (codecept --version; false)
|
||||
|
||||
all:
|
||||
type: composer
|
||||
composer: 2
|
||||
package: codeception/codeception
|
||||
# version:
|
||||
binary: codecept
|
||||
build_dep: []
|
||||
run_dep: []
|
||||
# pre:
|
||||
# post:
|
||||
11
php_tools/codeception/options.yml
Normal file
11
php_tools/codeception/options.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
# The name of the module
|
||||
name: codeception
|
||||
|
||||
# Exclude module build/installation for the following PHP versions
|
||||
exclude: [5.2, 5.3]
|
||||
|
||||
# In order for this tool to build/install correctly,
|
||||
# the following tools must have been installed first.
|
||||
depends: []
|
||||
Reference in New Issue
Block a user