Volodymyr Panivko | 8e828c0 | 2024-02-19 11:34:48 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Volodymyr Panivko | 09fa37b | 2024-02-21 09:07:46 +0100 | [diff] [blame] | 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
Volodymyr Panivko | 8e828c0 | 2024-02-19 11:34:48 +0100 | [diff] [blame] | 20 | <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Volodymyr Panivko | 68139d1 | 2024-03-19 23:14:07 +0100 | [diff] [blame] | 21 | bootstrap="test/bootstrap.php" |
Volodymyr Panivko | 8e828c0 | 2024-02-19 11:34:48 +0100 | [diff] [blame] | 22 | cacheResult="false" |
| 23 | colors="true" |
| 24 | convertErrorsToExceptions="true" |
| 25 | convertNoticesToExceptions="true" |
| 26 | convertWarningsToExceptions="true" |
| 27 | stopOnWarning="true" |
| 28 | stopOnFailure="true" |
| 29 | processIsolation="true" |
| 30 | xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> |
Volodymyr Panivko | 9913004 | 2024-03-02 21:41:01 +0100 | [diff] [blame] | 31 | <filter> |
| 32 | <whitelist processUncoveredFilesFromWhitelist="true"> |
Volodymyr Panivko | 8e828c0 | 2024-02-19 11:34:48 +0100 | [diff] [blame] | 33 | <directory suffix=".php">./lib</directory> |
Volodymyr Panivko | 9913004 | 2024-03-02 21:41:01 +0100 | [diff] [blame] | 34 | </whitelist> |
| 35 | </filter> |
Volodymyr Panivko | 8e828c0 | 2024-02-19 11:34:48 +0100 | [diff] [blame] | 36 | <testsuites> |
Volodymyr Panivko | 68139d1 | 2024-03-19 23:14:07 +0100 | [diff] [blame] | 37 | <testsuite name="Thrift PHP Unit Test Suite"> |
Volodymyr Panivko | 8e828c0 | 2024-02-19 11:34:48 +0100 | [diff] [blame] | 38 | <directory>./test/Unit</directory> |
| 39 | </testsuite> |
Volodymyr Panivko | 68139d1 | 2024-03-19 23:14:07 +0100 | [diff] [blame] | 40 | <testsuite name="Thrift PHP Integration Test Suite"> |
| 41 | <directory>./test/Integration</directory> |
| 42 | </testsuite> |
Volodymyr Panivko | 8e828c0 | 2024-02-19 11:34:48 +0100 | [diff] [blame] | 43 | </testsuites> |
| 44 | </phpunit> |