Browse
For agents
About
MONEI Payments for WooCommerce
/
7.2.4
MONEI Payments for WooCommerce
v7.2.4
Switch version
7.3.2
7.3.1
7.3.0
7.2.4
7.2.3
7.2.2
7.2.0
7.2.1
7.1.3
2.1.0
3.0.0
3.1.0
3.1.1
4.0.0
4.1.0
4.1.1
4.2.0
4.2.1
5.0
5.1.0
5.1.1
5.1.2
5.2.2
5.2.3
5.2.4
All 86 releases
Overview
Code
monei
/
phpunit.xml
phpunit.xml
in MONEI Payments for WooCommerce 7.2.4, at phpunit.xml
18 lines
476 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<?
xml
version
=
"
1.0
"
?>
2
<
phpunit
3
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
4
xsi
:
noNamespaceSchemaLocation
=
"
vendor/phpunit/phpunit/phpunit.xsd
"
5
bootstrap
=
"
tests/phpunit/bootstrap.php
"
6
colors
=
"
true
"
7
cacheResultFile
=
"
.phpunit.cache/result
"
8
convertDeprecationsToExceptions
=
"
false
"
9
failOnWarning
=
"
true
"
10
failOnRisky
=
"
true
"
11
>
12
<
testsuites
>
13
<
testsuite
name
=
"
unit
"
>
14
<
directory
suffix
=
"
Test.php
"
>
tests/phpunit
</
directory
>
15
</
testsuite
>
16
</
testsuites
>
17
</
phpunit
>
18