Commit 7cbada1
committed
minor #1059 Make tests compatible with PHPUnit 8 (voronkovich)
This PR was merged into the master branch.
Discussion
----------
Make tests compatible with PHPUnit 8
`setUp()` method must have a `void` return type declaration. See: https://phpunit.de/announcements/phpunit-8.html
Commits
-------
dae754d Make tests compatible with PHPUnit 81 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments