aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/phpunit.xml
blob: 0191a601dd8ad719c22c22ae8b968b56e7e8fd4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./vendor/autoload.php"
         colors="true">
  <testsuites>
    <testsuite name="protobuf-tests">
      <file>tests/php_implementation_test.php</file>
      <file>tests/array_test.php</file>
      <file>tests/encode_decode_test.php</file>
      <file>tests/generated_class_test.php</file>
      <file>tests/map_field_test.php</file>
      <file>tests/well_known_test.php</file>
    </testsuite>
  </testsuites>
</phpunit>