Problem/Motivation
PHPUnit 8 is changing the signature of the main test methods that test classes extend - above all setUp and tearDown, adding a void return typehint.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3181554-2.patch | 3.39 KB | Pooja Ganjage |
PHPUnit 8 is changing the signature of the main test methods that test classes extend - above all setUp and tearDown, adding a void return typehint.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3181554-2.patch | 3.39 KB | Pooja Ganjage |
Comments
Comment #2
Pooja Ganjage commentedHi,
Creating a patch for this issue.
Please review the patch.
Thanks.
Comment #3
Pooja Ganjage commentedComment #5
tuutti commentedThanks!