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 699bd20 commit 73dd177Copy full SHA for 73dd177
src/chat/AGENTS.md
@@ -21,7 +21,7 @@ Library for building chats with agents using messages. Built on Platform and Age
21
### Testing
22
```bash
23
vendor/bin/phpunit
24
-vendor/bin/phpunit tests/ChatTests.php
+vendor/bin/phpunit tests/ChatTest.php
25
vendor/bin/phpunit --coverage-html coverage/
26
```
27
0 commit comments