File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
2
<phpunit backupGlobals =" false"
4
3
backupStaticAttributes =" false"
4
+ bootstrap =" vendor/autoload.php"
5
5
colors =" true"
6
6
convertErrorsToExceptions =" true"
7
7
convertNoticesToExceptions =" true"
8
8
convertWarningsToExceptions =" true"
9
9
processIsolation =" false"
10
10
stopOnFailure =" false"
11
11
syntaxCheck =" false"
12
- bootstrap =" tests/bootstrap.php"
13
12
>
14
13
<testsuites >
15
- <testsuite name =" Tala Test Suite" >
16
- <directory >./tests/Tala/ </directory >
14
+ <testsuite name =" Tala Payments Test Suite" >
15
+ <directory >./tests/</directory >
17
16
</testsuite >
18
17
</testsuites >
19
-
20
- <filter >
21
- <whitelist >
22
- <directory suffix =" .php" >./lib/Tala/</directory >
23
- </whitelist >
24
- </filter >
25
18
</phpunit >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments