Skip to content

Commit 1ec121b

Browse files
committed
Enables agentic test output
1 parent 23f836c commit 1ec121b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
},
7575
"require-dev": {
7676
"carthage-software/mago": "^1.18.0",
77+
"ergebnis/phpunit-agent-reporter": "^0.3.0",
7778
"mockery/mockery": "^1.0",
7879
"peckphp/peck": "^0.3",
7980
"phlak/semver": "^4.1 || ^6.0",

phpunit.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd"
66
cacheDirectory=".phpunit.cache" backupStaticProperties="false">
77
<coverage/>
8+
<extensions>
9+
<bootstrap class="Ergebnis\PHPUnit\AgentReporter\Extension"/>
10+
</extensions>
811
<testsuites>
912
<testsuite name="Lean Package Validator">
1013
<directory>tests/</directory>

0 commit comments

Comments
 (0)