Skip to content

Commit d572cf4

Browse files
committed
IHF: Fixed illuminated/testing-tools version.
1 parent 49b9546 commit d572cf4

File tree

3 files changed

+156
-2
lines changed

3 files changed

+156
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"phpunit/phpunit": "^6.0",
2424
"mockery/mockery": "^0.9",
25-
"illuminated/testing-tools": "^0.6"
25+
"illuminated/testing-tools": "5.5.*"
2626
},
2727
"autoload": {
2828
"files": ["src/autoload.php"],

composer.lock

Lines changed: 154 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit backupGlobals="false"
33
backupStaticAttributes="false"
4+
beStrictAboutTestsThatDoNotTestAnything="false"
45
bootstrap="vendor/autoload.php"
56
colors="true"
67
convertErrorsToExceptions="true"

0 commit comments

Comments
 (0)