Your calm window into the Atmosphere. morgen.blue
rss atproto
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(tests): drop empty Unit testsuite from phpunit.xml

Empty tests/Unit was untracked by git (no files), so CI checkouts hit
"Test directory not found". We have no unit tests today; re-add the
suite when the first one lands.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

-3
-3
phpunit.xml
··· 5 5 colors="true" 6 6 > 7 7 <testsuites> 8 - <testsuite name="Unit"> 9 - <directory>tests/Unit</directory> 10 - </testsuite> 11 8 <testsuite name="Feature"> 12 9 <directory>tests/Feature</directory> 13 10 </testsuite>