Skip to content

Commit 85c9c92

Browse files
authored
Merge pull request #24 from FriendsOfREDAXO/marcohanke_patch_3
Delete old Attributes
2 parents d6e1571 + 5d12ba4 commit 85c9c92

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
44
bootstrap=".tools/bootstrap.php"
5-
beStrictAboutCoversAnnotation="true"
65
beStrictAboutOutputDuringTests="true"
76
beStrictAboutTodoAnnotatedTests="true"
87
failOnWarning="true"
98
failOnRisky="true"
10-
verbose="true"
119
colors="true"
1210
stderr="true"
1311
defaultTestSuite="unit">
@@ -17,7 +15,7 @@
1715
</php>
1816
<testsuites>
1917
<testsuite name="unit">
20-
<directory suffix="_test.php">tests</directory>
18+
<directory suffix="_test.php">tests/unit</directory>
2119
</testsuite>
2220
</testsuites>
2321
</phpunit>

0 commit comments

Comments
 (0)