blob: 58e8f5dc2a97ff4427dd5da6059b5d9541367d33 [file] [log] [blame]
Volodymyr Panivko8e828c02024-02-19 11:34:48 +01001<?xml version="1.0" encoding="UTF-8"?>
Volodymyr Panivko09fa37b2024-02-21 09:07:46 +01002<!--
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 Panivko8e828c02024-02-19 11:34:48 +010020<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Volodymyr Panivko68139d12024-03-19 23:14:07 +010021 bootstrap="test/bootstrap.php"
Volodymyr Panivko8e828c02024-02-19 11:34:48 +010022 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 Panivko99130042024-03-02 21:41:01 +010031 <filter>
32 <whitelist processUncoveredFilesFromWhitelist="true">
Volodymyr Panivko8e828c02024-02-19 11:34:48 +010033 <directory suffix=".php">./lib</directory>
Volodymyr Panivko99130042024-03-02 21:41:01 +010034 </whitelist>
35 </filter>
Volodymyr Panivko8e828c02024-02-19 11:34:48 +010036 <testsuites>
Volodymyr Panivko68139d12024-03-19 23:14:07 +010037 <testsuite name="Thrift PHP Unit Test Suite">
Volodymyr Panivko8e828c02024-02-19 11:34:48 +010038 <directory>./test/Unit</directory>
39 </testsuite>
Volodymyr Panivko68139d12024-03-19 23:14:07 +010040 <testsuite name="Thrift PHP Integration Test Suite">
41 <directory>./test/Integration</directory>
42 </testsuite>
Volodymyr Panivko8e828c02024-02-19 11:34:48 +010043 </testsuites>
44</phpunit>