Skip to content

Consistently include test setup and teardown in duration measurement #1114

Consistently include test setup and teardown in duration measurement

Consistently include test setup and teardown in duration measurement #1114

Triggered via pull request December 1, 2023 16:26
Status Failure
Total duration 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

integrate.yaml

on: pull_request
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Compile Phar
Matrix: Dependency Analysis
Matrix: Refactoring
Matrix: Security Analysis
Matrix: Static Code Analysis
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
UnusedParam: src/Extension.php#L36
src/Extension.php:36:48: UnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/135)
UnusedParam: src/Extension.php#L37
src/Extension.php:37:37: UnusedParam: Param #2 is never referenced in this method (see https://psalm.dev/135)
UnusedParam: src/Extension.php#L38
src/Extension.php:38:50: UnusedParam: Param #3 is never referenced in this method (see https://psalm.dev/135)
UndefinedClass: src/Subscriber/TestFinishedSubscriber.php#L29
src/Subscriber/TestFinishedSubscriber.php:29:47: UndefinedClass: Class, interface or enum named PHPUnit\Event\Test\FinishedSubscriber does not exist (see https://psalm.dev/019)
UnusedParam: src/Subscriber/TestFinishedSubscriber.php#L36
src/Subscriber/TestFinishedSubscriber.php:36:18: UnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/135)
UnusedParam: src/Subscriber/TestFinishedSubscriber.php#L37
src/Subscriber/TestFinishedSubscriber.php:37:20: UnusedParam: Param #2 is never referenced in this method (see https://psalm.dev/135)
UnusedParam: src/Subscriber/TestFinishedSubscriber.php#L38
src/Subscriber/TestFinishedSubscriber.php:38:29: UnusedParam: Param #3 is never referenced in this method (see https://psalm.dev/135)
UnusedParam: src/Subscriber/TestFinishedSubscriber.php#L45
src/Subscriber/TestFinishedSubscriber.php:45:48: UnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/135)
UndefinedClass: src/Subscriber/TestPreparedSubscriber.php#L24
src/Subscriber/TestPreparedSubscriber.php:24:47: UndefinedClass: Class, interface or enum named PHPUnit\Event\Test\PreparedSubscriber does not exist (see https://psalm.dev/019)
UnusedParam: src/Subscriber/TestPreparedSubscriber.php#L28
src/Subscriber/TestPreparedSubscriber.php:28:44: UnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/135)