Merge branch 'master' into develop

This commit is contained in:
Graham Campbell 2020-02-24 14:47:21 +00:00
commit 3233e6f809
3 changed files with 3 additions and 10 deletions

View File

@ -17,7 +17,7 @@
},
"require-dev": {
"facade/ignition": "^2.0",
"fzaninotto/faker": "^1.9",
"fzaninotto/faker": "^1.9.1",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^4.1",
"phpunit/phpunit": "^8.5"

View File

@ -11,7 +11,7 @@
},
"devDependencies": {
"axios": "^0.19",
"cross-env": "^6.0",
"cross-env": "^7.0",
"laravel-mix": "^5.0.1",
"lodash": "^4.17.13",
"resolve-url-loader": "^3.1.0",

View File

@ -1,15 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
colors="true">
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>