mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
bump phpunit
This commit is contained in:
parent
9543b141ab
commit
a17fad62e7
14 changed files with 291 additions and 342 deletions
2
Makefile
2
Makefile
|
|
@ -16,7 +16,7 @@ mocha: node_modules
|
|||
|
||||
.PHONY: phpunit
|
||||
phpunit:
|
||||
cd test; DB_PORT=5433 DB_TYPE=pgsql DB_HOST=localhost DB_USERNAME=postgres DB_USERNAME=postgres DB_PASSWORD=test DB_DATABASE=postgres phpunit
|
||||
cd test; DB_PORT=5433 DB_TYPE=pgsql DB_HOST=localhost DB_USERNAME=postgres DB_USERNAME=postgres DB_PASSWORD=test DB_DATABASE=postgres ../vendor/bin/phpunit
|
||||
|
||||
.PHONY: test
|
||||
tests: phpunit mocha
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue