-
Notifications
You must be signed in to change notification settings - Fork 22
/
phpunit.xml
29 lines (29 loc) · 1.21 KB
/
phpunit.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!--
~ ######
~ ######
~ ############ ####( ###### #####. ###### ############ ############
~ ############# #####( ###### #####. ###### ############# #############
~ ###### #####( ###### #####. ###### ##### ###### ##### ######
~ ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
~ ###### ###### #####( ###### #####. ###### ##### ##### ######
~ ############# ############# ############# ############# ##### ######
~ ############ ############ ############# ############ ##### ######
~ ######
~ #############
~ ############
~
~ Adyen Shopware plugin
~
~ @author Adyen BV <[email protected]>
~ @copyright (c) 2021 Adyen B.V.
~ @license https://opensource.org/licenses/MIT MIT license
~ This file is open source and available under the MIT license.
~ See the LICENSE file for more info.
-->
<phpunit bootstrap="src/Test/bootstrap.php">
<testsuites>
<testsuite name="Unit">
<directory>src/Test/Unit</directory>
</testsuite>
</testsuites>
</phpunit>