Skip to content

Commit 9f83c96

Browse files
committed
tests: use phpunit 8 to support PHP 7.2, unify test DB name
1 parent 2136d02 commit 9f83c96

File tree

9 files changed

+1735
-57
lines changed

9 files changed

+1735
-57
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
4848
- name: Create database
4949
run: |
50-
sudo -u monetdb monetdb create temp
51-
sudo -u monetdb monetdb release temp
52-
sudo -u monetdb monetdb start temp || true
50+
sudo -u monetdb monetdb create myDatabase
51+
sudo -u monetdb monetdb release myDatabase
52+
sudo -u monetdb monetdb start myDatabase || true
5353
5454
- name: Run Unit-Tests
5555
run: |

Examples/DataModification/composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/JapaneseTest/composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/WebQuery/composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
}
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^9"
30+
"phpunit/phpunit": "^8"
3131
}
3232
}

0 commit comments

Comments
 (0)