Skip to content

Fix/phpunit 8#153

Closed
shijij wants to merge 2 commits into
cloudflare:masterfrom
shijij:fix/phpunit_8
Closed

Fix/phpunit 8#153
shijij wants to merge 2 commits into
cloudflare:masterfrom
shijij:fix/phpunit_8

Conversation

@shijij

@shijij shijij commented Dec 13, 2020

Copy link
Copy Markdown

Reason

Function ReflectionType::__toString() is deprecated Error while running unit test with php7.4, blocking further contributions.

Work performed

  • Update composer.json and composer.lock
  • PhpUnit 8 changes
    • add return type for setUp()
    • suppress no assertion performed error for data providers.
    • replace getMockBuilder with createMock (for disableOriginalConstructor())
  • CI: move PHP 7.0 and 7.1 to allow_failures. since PHP>= 7.2.5 is required from the Guzzle update Update to Guzzle 7 #143

PHP 7.0 and 7.1 are no longer supported
@ssicard

ssicard commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Completed in #275

@ssicard ssicard closed this Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants