aboutsummaryrefslogtreecommitdiff
path: root/phpunit.xml
blob: f9118d8e0ef8b83ec5f1fefa08acf93e19b1937a (plain) (blame)
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>php/tests/php_implementation_test.php</file>
      <file>php/tests/array_test.php</file>
      <file>php/tests/encode_decode_test.php</file>
      <file>php/tests/generated_class_test.php</file>
      <file>php/tests/map_field_test.php</file>
      <file>php/tests/well_known_test.php</file>
    </testsuite>
  </testsuites>
</phpunit>