Page MenuHomeDevCentral

Ensure tests can run with PHPUnit 9
ClosedPublic

Authored by dereckson on Mar 10 2020, 18:49.
Tags
None
Referenced Files
F11723691: D2274.diff
Tue, Sep 16, 11:07
Unknown Object (File)
Sat, Sep 13, 18:17
Unknown Object (File)
Sat, Sep 6, 23:43
Unknown Object (File)
Sat, Sep 6, 00:35
Unknown Object (File)
Thu, Aug 28, 07:46
Unknown Object (File)
Tue, Aug 19, 07:55
Unknown Object (File)
Aug 13 2025, 08:58
Unknown Object (File)
Aug 5 2025, 23:14
Subscribers
None

Details

Summary

Fixes the following issue:

PHP Fatal error:  Declaration of Keruald\OmniTools\Tests\Strings\Multibyte\OmniStringTest::setUp()
must be compatible with PHPUnit\Framework\TestCase::setUp(): void
in .../keruald/omnitools/tests/Strings/Multibyte/OmniStringTest.php on line 97
Test Plan

phpunit

Diff Detail

Repository
rKOT Keruald OmniTools
Lint
Lint Passed
Unit
Tests Skipped
Branch
phpunit-compliance (branched from master)
Build Status
Buildable 3533
Build 3782: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Mar 10 2020, 18:49
This revision was automatically updated to reflect the committed changes.