Skip to content

feat: add testing infrastructure and helpers #418

feat: add testing infrastructure and helpers

feat: add testing infrastructure and helpers #418

Triggered via pull request February 13, 2026 10:56
Status Failure
Total duration 28s
Artifacts

code-style.yml

on: pull_request
Coding Guidelines
19s
Coding Guidelines
Type Checker
24s
Type Checker
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Type Checker
Process completed with exit code 2.
UnusedBaselineEntry: src/Testing/GacelaTestCase.php#L0
src/Testing/GacelaTestCase.php:0:0: UnusedBaselineEntry: Baseline for issue "UndefinedClass" has 3 extra entries. (see https://psalm.dev/316)
UnusedBaselineEntry: src/Testing/GacelaTestCase.php#L0
src/Testing/GacelaTestCase.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedAssignment" has 2 extra entries. (see https://psalm.dev/316)
UnusedBaselineEntry: src/Testing/GacelaTestCase.php#L0
src/Testing/GacelaTestCase.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedArgumentTypeCoercion" has 1 extra entry. (see https://psalm.dev/316)
ArgumentTypeCoercion: src/Testing/GacelaTestCase.php#L248
src/Testing/GacelaTestCase.php:248:54: ArgumentTypeCoercion: Argument 1 of Gacela\Testing\GacelaTestCase::findCircularDependencies expects array<class-string, list<class-string>>, but parent type array<class-string|class-string<Gacela\Framework\AbstractFacade<Gacela\Framework\AbstractFactory<Gacela\Framework\AbstractConfig>>>, array<array-key, class-string|class-string<Gacela\Framework\AbstractFacade<Gacela\Framework\AbstractFactory>>>> provided (see https://psalm.dev/193)