Core MVC, HTTP client, Session, Cookie, Config, HTTPException — 111 PHPUnit tests. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
361 B
XML
12 lines
361 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit bootstrap="tests/bootstrap.php"
|
|
colors="true"
|
|
displayDetailsOnTestsThatTriggerWarnings="true"
|
|
displayDetailsOnTestsThatTriggerErrors="true">
|
|
<testsuites>
|
|
<testsuite name="Unit">
|
|
<directory>tests/Unit</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|