Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFC] Add in more voids to unit tests to support PHPUnit8 #20369

Merged
merged 1 commit into from
May 21, 2021

Conversation

seamuslee001
Copy link
Contributor

Overview

This adds more voids in to support phpunit8

Before

Some test suites don't start on phpunit8

After

Test suites start on phpunit8

ping @eileenmcnaughton

@civibot
Copy link

civibot bot commented May 20, 2021

(Standard links)

@@ -27,7 +27,7 @@
*/
class CaseTest extends UnitTestCase {

public function setUp() {
public function setUp(): void {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one will have been added recently....

@seamuslee001 seamuslee001 merged commit 366dfb7 into civicrm:master May 21, 2021
@seamuslee001 seamuslee001 deleted the more_voids branch May 21, 2021 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants