Skip to content

Commit a156f8f

Browse files
authored
[DDEV] Support for xhprof/xhgui (OpenMage#4325)
* ddev: support for xhprof/xhgui * gitignore * gitignore [skip ci] * gitignore [skip ci]
1 parent f3297a9 commit a156f8f

File tree

4 files changed

+76
-3
lines changed

4 files changed

+76
-3
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,11 @@ phpunit.xml
9595
/site
9696

9797
# DDEV
98-
.ddev/config.yaml
9998
.ddev/.sampleData
99+
.ddev/config.yaml
100+
.ddev/config.*.yaml
101+
.ddev/xhgui
102+
.ddev/xhprof
103+
.ddev/docker-compose.xhgui.yaml
104+
.ddev/docker-compose.xhgui_norouter.yaml
105+
app/etc/includes/ddev.xhgui.php

.phpunit.dist.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
stopOnFailure="false"
1414
bootstrap="tests/bootstrap.php"
1515
>
16+
<php>
17+
<env name="NO_XHGUI" value="1"/>
18+
</php>
19+
1620
<testsuites>
1721
<testsuite name="Base">
1822
<directory>tests/unit/Base</directory>

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"macopedia/phpstan-magento1": "^1.0.5",
4949
"magento-ecg/coding-standard": "^4.5",
5050
"openmage/dev-meta-package": "^1.0",
51+
"perftools/php-profiler": "^1.1",
5152
"phpcompatibility/php-compatibility": "^9.3",
5253
"phpmd/phpmd": "^2.13",
5354
"phpstan/phpstan": "^1.12.1",

composer.lock

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

0 commit comments

Comments
 (0)