1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 22:20:21 +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" "zendframework/zend-stratigility": "^3.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^0.9.4", "mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.0" "phpunit/phpunit": "^7.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

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

View File

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