Skip to content

Commit 61e405b

Browse files
authored
Merge pull request #12 from php-api-clients/collision
Collision showing which assertion failed in a test
2 parents 318ae1b + 59c9053 commit 61e405b

File tree

3 files changed

+131
-2
lines changed

3 files changed

+131
-2
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"jakub-onderka/php-console-highlighter": "^0.4",
1919
"jakub-onderka/php-parallel-lint": "^1.0.0",
2020
"localheinz/composer-normalize": "^1.0.0",
21+
"nunomaduro/collision": "^2.1",
2122
"phpunit/phpunit": "^7.5"
2223
},
2324
"require-dev": {},

composer.lock

Lines changed: 127 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@
1010
<directory suffix=".php">src/</directory>
1111
</whitelist>
1212
</filter>
13+
<listeners>
14+
<listener class="NunoMaduro\Collision\Adapters\Phpunit\Listener" />
15+
</listeners>
1316
</phpunit>

0 commit comments

Comments
 (0)