Skip to content

Commit

Permalink
Add PHP unit test and accompanying composer files
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Oct 9, 2023
1 parent 1ca49bc commit 7e1ffd1
Show file tree
Hide file tree
Showing 3 changed files with 4,528 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
experimental: [false]
include:
- php-version: 5.4
include:
- php-version: 7.4
env:
COMPOSER: composer-7.4.json

services:
mariadb:
Expand Down
17 changes: 17 additions & 0 deletions composer-7.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "stfc-egi/gocdb",
"description": "A web portal and REST style API for e-Infrastructure topology managment",
"require": {
"doctrine/orm": "2.11.*",
"symfony/cache": "*",
"doctrine/annotations": "*"
},
"require-dev": {
"phpunit/phpunit": "8.*",
"misantron/dbunit": "*",
"phpmd/phpmd": "^2.13",
"squizlabs/php_codesniffer": "^3.7",
"taq/pdooci": "^1.0"

}
}
Loading

0 comments on commit 7e1ffd1

Please sign in to comment.