mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Use scriptfusion to immediately print PHPUnit output. Prettier and faster.
This commit is contained in:
parent
f35017479b
commit
24a5bf6ff1
@ -45,6 +45,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7",
|
||||
"scriptfusion/phpunit-immediate-exception-printer": "^1",
|
||||
"silverstripe/versioned": "^1.0@dev",
|
||||
"silverstripe/behat-extension": "^3",
|
||||
"silverstripe/serve": "dev-master",
|
||||
|
@ -3,7 +3,9 @@
|
||||
Standard module phpunit configuration.
|
||||
Requires PHPUnit ^5.7
|
||||
-->
|
||||
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
||||
<phpunit printerClass="ScriptFUSION\PHPUnitImmediateExceptionPrinter\ImmediateExceptionPrinter"
|
||||
bootstrap="tests/bootstrap.php"
|
||||
colors="true">
|
||||
<testsuite name="Default">
|
||||
<directory>tests/php</directory>
|
||||
</testsuite>
|
||||
|
Loading…
x
Reference in New Issue
Block a user