Skip to content

Commit e914f1e

Browse files
committed
Update phpunit.xml.dist
1 parent a60aebd commit e914f1e

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
32
<phpunit backupGlobals="false"
43
backupStaticAttributes="false"
4+
bootstrap="vendor/autoload.php"
55
colors="true"
66
convertErrorsToExceptions="true"
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
1111
syntaxCheck="false"
12-
bootstrap="tests/bootstrap.php"
1312
>
1413
<testsuites>
15-
<testsuite name="Tala Test Suite">
16-
<directory>./tests/Tala/</directory>
14+
<testsuite name="Tala Payments Test Suite">
15+
<directory>./tests/</directory>
1716
</testsuite>
1817
</testsuites>
19-
20-
<filter>
21-
<whitelist>
22-
<directory suffix=".php">./lib/Tala/</directory>
23-
</whitelist>
24-
</filter>
2518
</phpunit>

tests/bootstrap.php

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)