Skip to content

Commit a1d7c5a

Browse files
indigoram89claude
andcommitted
Исправление конфигурации PHPUnit
- Удалена секция Feature тестов из phpunit.xml - Удалена пустая директория tests/Feature 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c837587 commit a1d7c5a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpunit.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<testsuite name="Unit">
1010
<directory>tests/Unit</directory>
1111
</testsuite>
12-
<testsuite name="Feature">
13-
<directory>tests/Feature</directory>
14-
</testsuite>
1512
</testsuites>
1613
<source>
1714
<include>

0 commit comments

Comments
 (0)