Skip to content

Commit eb67f1d

Browse files
authored
Removed dunit contrib instructions
1 parent 82f3808 commit eb67f1d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ Make sure the tests pass:
1414

1515
make unit
1616

17-
Make sure the tests pass on all supported PHP versions (requires docker):
18-
19-
make dunit
20-
2117
Make your change. Add tests for your change. Make the tests pass:
2218

23-
make dunit && make unit
19+
make unit
2420

2521
Before committing and submitting your pull request make sure it passes PSR2 coding style, unit tests pass and pass on all supported PHP versions:
2622

0 commit comments

Comments
 (0)