We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8706d5 commit 5ecd8e7Copy full SHA for 5ecd8e7
2 files changed
src/Tracy/assets/Bar/loader.phtml
@@ -22,7 +22,7 @@ use Tracy;
22
<div id="tracy-debug"></div>
23
<link rel="stylesheet" href="?_tracy_bar=css&v=<?=urlencode(Debugger::VERSION)?>" id="tracy-debug-style" />
24
<script src="?_tracy_bar=js&v=<?=urlencode(Debugger::VERSION)?>" id="tracy-debug-script"></script>
25
-<?php if ($contentId): ?>
+<?php if (isset($contentId)): ?>
26
<script src="?_tracy_bar=content.<?=urlencode($contentId)?>"></script>
27
<?php else: ?>
28
<script>
tests/bootstrap.php
@@ -23,7 +23,6 @@
if (extension_loaded('xdebug')) {
xdebug_disable();
- Tester\CodeCoverage\Collector::start(__DIR__ . '/coverage.dat');
}
29
0 commit comments