1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Update test libraries

This commit is contained in:
Franz Liedke
2019-07-06 01:49:55 +02:00
parent 7c05033405
commit 67040303f9
3 changed files with 4 additions and 6 deletions

View File

@@ -63,8 +63,8 @@
"zendframework/zend-stratigility": "^3.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^6.0"
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0"
},
"autoload": {
"psr-4": {

View File

@@ -7,8 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
stopOnFailure="false">
<testsuites>
<testsuite name="Flarum Integration Tests">

View File

@@ -7,8 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
stopOnFailure="false">
<testsuites>
<testsuite name="Flarum Unit Tests">