Skip to content

Commit 870cd4a

Browse files
committed
auto tests fixes
1 parent f5ccfc6 commit 870cd4a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"illuminate/validation": "^6 || ^7 || ^8 || ^9 || ^10"
1717
},
1818
"require-dev": {
19-
"orchestra/testbench": "^6.13 || ^7.0 || ^8.0"
19+
"orchestra/testbench": "^6.13 || ^7.0"
2020
},
2121
"extra": {
2222
"branch-alias": {

phpunit.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
<testsuites>
1515
<testsuite name="Package Test Suite">
1616
<directory suffix=".php">./tests/</directory>
17-
<exclude>
18-
<directory>./tests/resources/views</directory>
19-
</exclude>
17+
<exclude>./tests/resources/views/</exclude>
2018
</testsuite>
2119
</testsuites>
2220
<coverage>

0 commit comments

Comments
 (0)