We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4702f3 commit dee8d7bCopy full SHA for dee8d7b
composer.json
@@ -26,8 +26,8 @@
26
"phayes/geophp": "~1.2"
27
},
28
"require-dev": {
29
- "mockery/mockery": "^1",
30
- "phpunit/phpunit": "^9.0",
+ "mockery/mockery": "^1.3.1",
+ "phpunit/phpunit": "^8.4|^9.0",
31
"psy/psysh": "^0.10",
32
"symfony/thanks": "^1.1",
33
"symfony/var-dumper": "^5.0"
tests/TestCase.php
@@ -28,7 +28,7 @@ abstract class TestCase extends PHPUnitTestCase
*
* @return void
*/
- protected function mockArrayIterator(MockInterface $mock, array $items)
+ protected function mockArrayIterator(MockInterface $mock, array $items): void
{
if ($mock instanceof ArrayAccess) {
34
foreach ($items as $key => $val) {
0 commit comments