Skip to content

Commit 9405196

Browse files
committed
Move phpunit config to dist file
1 parent 9663472 commit 9405196

File tree

3 files changed

+4
-29
lines changed

3 files changed

+4
-29
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
composer.lock
2+
vendor/
3+
phpunit.xml

phpunit.php

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

phpunit.xml renamed to phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit backupGlobals="false"
33
backupStaticAttributes="false"
4-
bootstrap="phpunit.php"
4+
bootstrap="vendor/autoload.php"
55
colors="true"
66
convertErrorsToExceptions="true"
77
convertNoticesToExceptions="true"

0 commit comments

Comments
 (0)