Skip to content

Commit

Permalink
Update nimut/testing-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi authored and nicodh committed Jun 20, 2020
1 parent 6771bd6 commit 2f382d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ jobs:

name: P${{ matrix.php }} - T${{ matrix.typo3 }}

services:
mysql:
image: mysql:5.7
env:
MYSQL_DATABASE: extension_builder
MYSQL_ROOT_PASSWORD: password
ports:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -57,8 +47,4 @@ jobs:
run: .Build/bin/phpunit --colors -c .Build/vendor/nimut/testing-framework/res/Configuration/FunctionalTests.xml Tests/Functional/
env:
TYPO3_PATH_WEB: $PWD/.Build/Web
typo3DatabaseName: extension_builder
typo3DatabaseHost: 127.0.0.1
typo3DatabaseUsername: root
typo3DatabasePassword: password
typo3DatabasePort: ${{ job.services.mysql.ports[3306] }}
typo3DatabaseDriver: pdo_sqlite
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
],
"require": {
"ext-json": "*",
"typo3/cms-core": "~9.5",
"nikic/php-parser": "^4.0",
"typo3/cms-backend": "~9.5"
"nikic/php-parser": "^4.5",
"typo3/cms-backend": "^9.5",
"typo3/cms-core": "^9.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2",
"nimut/testing-framework": "^4",
"nimut/testing-framework": "^5.0",
"sebastian/diff": "^3.0"
},
"autoload": {
Expand Down

0 comments on commit 2f382d2

Please sign in to comment.