Skip to content

Commit 348e57b

Browse files
committed
:octocat:
1 parent 64a13ca commit 348e57b

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Instead of setting the properties in the test classes, you can define them as co
109109
>
110110
<testsuites>
111111
<testsuite name="my test suite">
112-
<directory>./tests/</directory>
112+
<directory>tests</directory>
113113
</testsuite>
114114
</testsuites>
115115
<source>

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"require-dev": {
2929
"phpunit/phpunit": "^10.5",
3030
"phan/phan": "^5.4",
31-
"chillerlan/php-httpinterface": "dev-main#53e32078bc42f2e266b93362ecc06c9429683c68",
3231
"guzzlehttp/guzzle": "^7.8"
3332
},
3433
"suggest": {

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
>
88
<testsuites>
99
<testsuite name="chillerlan test suite">
10-
<directory>./tests/</directory>
10+
<directory>tests</directory>
1111
</testsuite>
1212
</testsuites>
1313
<source>

0 commit comments

Comments
 (0)