Use phpunit8.3 schema in phpunit.xml

This commit is contained in:
Jan Böhmer 2020-01-01 18:51:33 +01:00
parent 7e0e83ef15
commit 00b2d49b95
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
language: php language: php
dist: bionic
services: services:
- mysql - mysql
@ -14,7 +15,7 @@ php:
- '7.4' - '7.4'
install: install:
- composer install - composer install -o
# Compile assets # Compile assets
- yarn install - yarn install
- yarn build - yarn build

View file

@ -2,7 +2,7 @@
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html --> <!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.3/phpunit.xsd"
backupGlobals="false" backupGlobals="false"
colors="true" colors="true"
bootstrap="config/bootstrap.php" bootstrap="config/bootstrap.php"