Skip to content

Commit 95d6f68

Browse files
committed
Clean up test suite
1 parent 3205e91 commit 95d6f68

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

phpunit.xml.dist

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<phpunit bootstrap="vendor/autoload.php"
4-
colors="true"
5-
convertErrorsToExceptions="true"
6-
convertNoticesToExceptions="true"
7-
convertWarningsToExceptions="true"
8-
>
3+
<phpunit bootstrap="vendor/autoload.php" colors="true">
94
<testsuites>
105
<testsuite name="Asterisk AMI Test Suite">
116
<directory>./tests/</directory>

0 commit comments

Comments
 (0)