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