Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F26091373
D4083.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
473 B
Referenced Files
None
Subscribers
None
D4083.diff
View Options
Index: src/unit/engine/PhpunitTestEngine.php
===================================================================
--- src/unit/engine/PhpunitTestEngine.php
+++ src/unit/engine/PhpunitTestEngine.php
@@ -56,6 +56,8 @@
$clover_tmp = null;
$clover = null;
if ($this->getEnableCoverage() !== false) {
+ putenv("XDEBUG_MODE=coverage");
+
$clover_tmp = new TempFile();
$clover = csprintf('--coverage-clover %s', $clover_tmp);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 02:51 (22 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3644958
Default Alt Text
D4083.diff (473 B)
Attached To
Mode
D4083: Ensure PHPUnit runs with XDebug in code coverage mode
Attached
Detach File
Event Timeline
Log In to Comment