-
- Downloads
New: Installation process functional test
Showing
- composer.json 2 additions, 1 deletioncomposer.json
- test/phpunit/functional/InstallTest.php 210 additions, 0 deletionstest/phpunit/functional/InstallTest.php
- test/phpunit/functional/README.md 77 additions, 0 deletionstest/phpunit/functional/README.md
- test/phpunit/zenfusion/functional/DolibarrInstallTest.php 0 additions, 33 deletionstest/phpunit/zenfusion/functional/DolibarrInstallTest.php
... | ... | @@ -30,7 +30,8 @@ |
"jakub-onderka/php-parallel-lint": "^0", | ||
"jakub-onderka/php-console-highlighter": "^0", | ||
"phpunit/phpunit": "^4", | ||
"squizlabs/php_codesniffer": "^2" | ||
"squizlabs/php_codesniffer": "^2", | ||
"phpunit/phpunit-selenium": "^2" | ||
}, | ||
"suggest": { | ||
"ext-mysqlnd": "To use with MySQL or MariaDB", | ||
... | ... |
test/phpunit/functional/InstallTest.php
0 → 100644
test/phpunit/functional/README.md
0 → 100644
Please register or sign in to comment