Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.

Commit 3b248d3

Browse files
committed
Updated PHPUnit to 7.3
1 parent dc910dc commit 3b248d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": "^7.1"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^6.5",
18+
"phpunit/phpunit": "^7.3",
1919
"php-vfs/php-vfs": "^v1.3",
2020
"phpstan/phpstan": "^0.9"
2121
},

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<phpunit bootstrap="include/bootstrap.php">
22
<testsuites>
3-
<testsuite>
3+
<testsuite name="diff-sniffer-core">
44
<directory>tests</directory>
55
</testsuite>
66
</testsuites>

0 commit comments

Comments
 (0)