Parse and validate AT Protocol Lexicons with DTO generation for Laravel
1<?xml version="1.0" encoding="UTF-8"?>
2<phpunit bootstrap="vendor/autoload.php"
3 colors="true"
4 failOnWarning="false"
5 failOnRisky="false"
6 cacheDirectory=".phpunit.cache">
7 <testsuites>
8 <testsuite name="Schema Test Suite">
9 <directory suffix="Test.php">./tests/</directory>
10 <exclude>./tests/fixtures/</exclude>
11 </testsuite>
12 </testsuites>
13 <source>
14 <include>
15 <directory>src/</directory>
16 </include>
17 </source>
18</phpunit>