Page MenuHomeDevCentral

Ensure tests can run with PHPUnit 9
ClosedPublic

Authored by dereckson on Mar 10 2020, 18:49.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 11, 22:20
Unknown Object (File)
Sat, Dec 7, 14:06
Unknown Object (File)
Wed, Nov 27, 17:05
Unknown Object (File)
Wed, Nov 27, 16:35
Unknown Object (File)
Nov 19 2024, 02:06
Unknown Object (File)
Nov 19 2024, 02:04
Unknown Object (File)
Nov 17 2024, 03:45
Unknown Object (File)
Nov 11 2024, 00:37
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.