Page MenuHomeDevCentral

Port tests to PHP 8.1 and PHPUnit 9.5
ClosedPublic

Authored by dereckson on Mar 12 2022, 14:24.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 15, 13:43
Unknown Object (File)
Wed, Dec 10, 01:42
Unknown Object (File)
Sun, Dec 7, 15:12
Unknown Object (File)
Thu, Dec 4, 15:08
Unknown Object (File)
Thu, Dec 4, 06:52
Unknown Object (File)
Thu, Dec 4, 02:21
Unknown Object (File)
Sat, Nov 29, 18:10
Unknown Object (File)
Thu, Nov 27, 13:39
Subscribers
None

Details

Summary

PHPUnit provides now a assertStringContainsString method, while assertContains
is reserved for iterables.

All classes are put in a PSR-4 namespace, declared in composer.json.
PHPUnit will use the Composer autoloader to find them.

To help PHPUnit and phpcs to find code, the code is movd in two directories:

  • utils/ → lib/Infrastructure/ for the Nasqueron\Infrastructure namespace
  • (root) → tests/ for the Nasqueron\Infrastructure\ProductionTests namespace
Test Plan

phpunit with and without Docker access

Diff Detail

Repository
rTESTSPRODENV Test suite for operations: prod-environment-behaves-correctly
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Mar 12 2022, 14:25