Skip to content

Update dependency phpunit/phpunit to ^9.6.17 #732

Update dependency phpunit/phpunit to ^9.6.17

Update dependency phpunit/phpunit to ^9.6.17 #732

Triggered via pull request January 23, 2024 11:28
Status Failure
Total duration 6m 52s
Artifacts

ci.yml

on: pull_request
Continuous Integration  /  ...  /  Supported Versions Matrix
11s
Continuous Integration / Continuous Integration / Supported Versions Matrix
Continuous Integration  /  ...  /  Supported Checks Matrix
5s
Continuous Integration / Continuous Integration / Supported Checks Matrix
Continuous Integration  /  ...  /  Package Name
3s
Continuous Integration / Continuous Integration / Package Name
Continuous Integration  /  ...  /  Supported Versions Matrix
5s
Continuous Integration / Set Milestone / Supported Versions Matrix
Continuous Integration  /  ...  /  Check Markdown links
19s
Continuous Integration / Check Markdown links / Check Markdown links
Continuous Integration  /  ...  /  Comment composer.lock diff
12s
Continuous Integration / Composer Diff / Comment composer.lock diff
Continuous Integration  /  ...  /  Supported Threading Matrix
3s
Continuous Integration / Continuous Integration / Supported Threading Matrix
Continuous Integration  /  ...  /  Set Milestone
1m 24s
Continuous Integration / Set Milestone / Set Milestone
Matrix: Continuous Integration / Continuous Integration / can-require
Matrix: Continuous Integration / Continuous Integration / qa
Matrix: Continuous Integration / Continuous Integration / tests-directly-on-os
Continuous Integration  /  ...  /  ✔️
0s
Continuous Integration / Continuous Integration / ✔️
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 63 warnings
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with lowest dependency preference: src/AsyncTestCase.php#L101
Unable to resolve the template type T in call to function React\Async\await
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with lowest dependency preference: tests/AsyncTestCaseTest.php#L27
Unable to resolve the template type T in call to function React\Async\await
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with lowest dependency preference: src/AsyncTestCase.php#L101
Unable to resolve the template type T in call to function React\Async\await
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with lowest dependency preference: tests/AsyncTestCaseTest.php#L27
Unable to resolve the template type T in call to function React\Async\await
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with lowest dependency preference: src/AsyncTestCase.php#L101
Unable to resolve the template type T in call to function React\Async\await
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with lowest dependency preference: tests/AsyncTestCaseTest.php#L27
Unable to resolve the template type T in call to function React\Async\await
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/AsyncTestCase.php#L101
Unable to resolve the template type T in call to function React\Async\await
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: tests/AsyncTestCaseTest.php#L27
Unable to resolve the template type T in call to function React\Async\await
Continuous Integration / Continuous Integration / Supported Versions Matrix
Unexpected input(s) 'working-directory', valid inputs are ['upcomingReleases', 'nightly', 'workingDirectory']
Continuous Integration / Set Milestone / Set Milestone
The following actions uses node12 which is deprecated and will be forced to run on node16: chores-dev/set-milestone-action@main. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Continuous Integration / Set Milestone / Set Milestone
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with highest dependency preference: src/AsyncTestCase.php#L68
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ /** @internal */ protected final function runAsyncTest(mixed ...$args) : mixed { - /** - * @psalm-suppress InternalMethod - * @psalm-suppress PossiblyNullArgument - */ - parent::setName($this->realTestName); + $timeout = 30; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with highest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 29; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with highest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 31; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with highest dependency preference: src/AsyncTestCase.php#L96
Escaped Mutant for Mutator "UnwrapFinally": --- Original +++ New @@ @@ $timeout = $methodTimeout->timeout; } $timeout = Loop::addTimer($timeout, static fn() => Loop::stop()); - try { - /** - * @psalm-suppress MixedArgument - * @psalm-suppress UndefinedInterfaceMethod - */ - return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); - } finally { - Loop::cancelTimer($timeout); - } + /** + * @psalm-suppress MixedArgument + * @psalm-suppress UndefinedInterfaceMethod + */ + return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); + Loop::cancelTimer($timeout); } protected final function runTest() : mixed {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with highest dependency preference: src/AsyncTestCase.php#L105
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ */ return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); } finally { - Loop::cancelTimer($timeout); + } } protected final function runTest() : mixed
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with locked dependency preference: src/AsyncTestCase.php#L68
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ /** @internal */ protected final function runAsyncTest(mixed ...$args) : mixed { - /** - * @psalm-suppress InternalMethod - * @psalm-suppress PossiblyNullArgument - */ - parent::setName($this->realTestName); + $timeout = 30; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with locked dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 29; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with locked dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 31; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with locked dependency preference: src/AsyncTestCase.php#L96
Escaped Mutant for Mutator "UnwrapFinally": --- Original +++ New @@ @@ $timeout = $methodTimeout->timeout; } $timeout = Loop::addTimer($timeout, static fn() => Loop::stop()); - try { - /** - * @psalm-suppress MixedArgument - * @psalm-suppress UndefinedInterfaceMethod - */ - return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); - } finally { - Loop::cancelTimer($timeout); - } + /** + * @psalm-suppress MixedArgument + * @psalm-suppress UndefinedInterfaceMethod + */ + return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); + Loop::cancelTimer($timeout); } protected final function runTest() : mixed {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with locked dependency preference: src/AsyncTestCase.php#L105
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ */ return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); } finally { - Loop::cancelTimer($timeout); + } } protected final function runTest() : mixed
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with lowest dependency preference: src/AsyncTestCase.php#L68
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ /** @internal */ protected final function runAsyncTest(mixed ...$args) : mixed { - /** - * @psalm-suppress InternalMethod - * @psalm-suppress PossiblyNullArgument - */ - parent::setName($this->realTestName); + $timeout = 30; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with lowest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 29; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with lowest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 31; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with lowest dependency preference: src/AsyncTestCase.php#L96
Escaped Mutant for Mutator "UnwrapFinally": --- Original +++ New @@ @@ $timeout = $methodTimeout->timeout; } $timeout = Loop::addTimer($timeout, static fn() => Loop::stop()); - try { - /** - * @psalm-suppress MixedArgument - * @psalm-suppress UndefinedInterfaceMethod - */ - return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); - } finally { - Loop::cancelTimer($timeout); - } + /** + * @psalm-suppress MixedArgument + * @psalm-suppress UndefinedInterfaceMethod + */ + return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); + Loop::cancelTimer($timeout); } protected final function runTest() : mixed {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with lowest dependency preference: src/AsyncTestCase.php#L105
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ */ return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); } finally { - Loop::cancelTimer($timeout); + } } protected final function runTest() : mixed
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with highest dependency preference: src/AsyncTestCase.php#L68
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ /** @internal */ protected final function runAsyncTest(mixed ...$args) : mixed { - /** - * @psalm-suppress InternalMethod - * @psalm-suppress PossiblyNullArgument - */ - parent::setName($this->realTestName); + $timeout = 30; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with highest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 29; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with highest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 31; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with highest dependency preference: src/AsyncTestCase.php#L96
Escaped Mutant for Mutator "UnwrapFinally": --- Original +++ New @@ @@ $timeout = $methodTimeout->timeout; } $timeout = Loop::addTimer($timeout, static fn() => Loop::stop()); - try { - /** - * @psalm-suppress MixedArgument - * @psalm-suppress UndefinedInterfaceMethod - */ - return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); - } finally { - Loop::cancelTimer($timeout); - } + /** + * @psalm-suppress MixedArgument + * @psalm-suppress UndefinedInterfaceMethod + */ + return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); + Loop::cancelTimer($timeout); } protected final function runTest() : mixed {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with highest dependency preference: src/AsyncTestCase.php#L105
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ */ return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); } finally { - Loop::cancelTimer($timeout); + } } protected final function runTest() : mixed
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with locked dependency preference: src/AsyncTestCase.php#L68
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ /** @internal */ protected final function runAsyncTest(mixed ...$args) : mixed { - /** - * @psalm-suppress InternalMethod - * @psalm-suppress PossiblyNullArgument - */ - parent::setName($this->realTestName); + $timeout = 30; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with locked dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 29; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with locked dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 31; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with locked dependency preference: src/AsyncTestCase.php#L96
Escaped Mutant for Mutator "UnwrapFinally": --- Original +++ New @@ @@ $timeout = $methodTimeout->timeout; } $timeout = Loop::addTimer($timeout, static fn() => Loop::stop()); - try { - /** - * @psalm-suppress MixedArgument - * @psalm-suppress UndefinedInterfaceMethod - */ - return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); - } finally { - Loop::cancelTimer($timeout); - } + /** + * @psalm-suppress MixedArgument + * @psalm-suppress UndefinedInterfaceMethod + */ + return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); + Loop::cancelTimer($timeout); } protected final function runTest() : mixed {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with locked dependency preference: src/AsyncTestCase.php#L105
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ */ return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); } finally { - Loop::cancelTimer($timeout); + } } protected final function runTest() : mixed
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with lowest dependency preference: src/AsyncTestCase.php#L68
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ /** @internal */ protected final function runAsyncTest(mixed ...$args) : mixed { - /** - * @psalm-suppress InternalMethod - * @psalm-suppress PossiblyNullArgument - */ - parent::setName($this->realTestName); + $timeout = 30; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with lowest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 29; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with lowest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 31; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with lowest dependency preference: src/AsyncTestCase.php#L96
Escaped Mutant for Mutator "UnwrapFinally": --- Original +++ New @@ @@ $timeout = $methodTimeout->timeout; } $timeout = Loop::addTimer($timeout, static fn() => Loop::stop()); - try { - /** - * @psalm-suppress MixedArgument - * @psalm-suppress UndefinedInterfaceMethod - */ - return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); - } finally { - Loop::cancelTimer($timeout); - } + /** + * @psalm-suppress MixedArgument + * @psalm-suppress UndefinedInterfaceMethod + */ + return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); + Loop::cancelTimer($timeout); } protected final function runTest() : mixed {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with lowest dependency preference: src/AsyncTestCase.php#L105
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ */ return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); } finally { - Loop::cancelTimer($timeout); + } } protected final function runTest() : mixed
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with highest dependency preference: src/AsyncTestCase.php#L68
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ /** @internal */ protected final function runAsyncTest(mixed ...$args) : mixed { - /** - * @psalm-suppress InternalMethod - * @psalm-suppress PossiblyNullArgument - */ - parent::setName($this->realTestName); + $timeout = 30; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with highest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 29; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with highest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 31; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with highest dependency preference: src/AsyncTestCase.php#L96
Escaped Mutant for Mutator "UnwrapFinally": --- Original +++ New @@ @@ $timeout = $methodTimeout->timeout; } $timeout = Loop::addTimer($timeout, static fn() => Loop::stop()); - try { - /** - * @psalm-suppress MixedArgument - * @psalm-suppress UndefinedInterfaceMethod - */ - return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); - } finally { - Loop::cancelTimer($timeout); - } + /** + * @psalm-suppress MixedArgument + * @psalm-suppress UndefinedInterfaceMethod + */ + return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); + Loop::cancelTimer($timeout); } protected final function runTest() : mixed {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with highest dependency preference: src/AsyncTestCase.php#L105
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ */ return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); } finally { - Loop::cancelTimer($timeout); + } } protected final function runTest() : mixed
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with locked dependency preference: src/AsyncTestCase.php#L68
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ /** @internal */ protected final function runAsyncTest(mixed ...$args) : mixed { - /** - * @psalm-suppress InternalMethod - * @psalm-suppress PossiblyNullArgument - */ - parent::setName($this->realTestName); + $timeout = 30; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with locked dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 29; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with locked dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 31; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with locked dependency preference: src/AsyncTestCase.php#L96
Escaped Mutant for Mutator "UnwrapFinally": --- Original +++ New @@ @@ $timeout = $methodTimeout->timeout; } $timeout = Loop::addTimer($timeout, static fn() => Loop::stop()); - try { - /** - * @psalm-suppress MixedArgument - * @psalm-suppress UndefinedInterfaceMethod - */ - return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); - } finally { - Loop::cancelTimer($timeout); - } + /** + * @psalm-suppress MixedArgument + * @psalm-suppress UndefinedInterfaceMethod + */ + return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); + Loop::cancelTimer($timeout); } protected final function runTest() : mixed {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with locked dependency preference: src/AsyncTestCase.php#L105
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ */ return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); } finally { - Loop::cancelTimer($timeout); + } } protected final function runTest() : mixed
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with lowest dependency preference: src/AsyncTestCase.php#L68
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ /** @internal */ protected final function runAsyncTest(mixed ...$args) : mixed { - /** - * @psalm-suppress InternalMethod - * @psalm-suppress PossiblyNullArgument - */ - parent::setName($this->realTestName); + $timeout = 30; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with lowest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 29; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with lowest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 31; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with lowest dependency preference: src/AsyncTestCase.php#L96
Escaped Mutant for Mutator "UnwrapFinally": --- Original +++ New @@ @@ $timeout = $methodTimeout->timeout; } $timeout = Loop::addTimer($timeout, static fn() => Loop::stop()); - try { - /** - * @psalm-suppress MixedArgument - * @psalm-suppress UndefinedInterfaceMethod - */ - return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); - } finally { - Loop::cancelTimer($timeout); - } + /** + * @psalm-suppress MixedArgument + * @psalm-suppress UndefinedInterfaceMethod + */ + return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); + Loop::cancelTimer($timeout); } protected final function runTest() : mixed {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with lowest dependency preference: src/AsyncTestCase.php#L105
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ */ return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); } finally { - Loop::cancelTimer($timeout); + } } protected final function runTest() : mixed
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with highest dependency preference: src/AsyncTestCase.php#L68
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ /** @internal */ protected final function runAsyncTest(mixed ...$args) : mixed { - /** - * @psalm-suppress InternalMethod - * @psalm-suppress PossiblyNullArgument - */ - parent::setName($this->realTestName); + $timeout = 30; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with highest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 29; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with highest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 31; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with highest dependency preference: src/AsyncTestCase.php#L96
Escaped Mutant for Mutator "UnwrapFinally": --- Original +++ New @@ @@ $timeout = $methodTimeout->timeout; } $timeout = Loop::addTimer($timeout, static fn() => Loop::stop()); - try { - /** - * @psalm-suppress MixedArgument - * @psalm-suppress UndefinedInterfaceMethod - */ - return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); - } finally { - Loop::cancelTimer($timeout); - } + /** + * @psalm-suppress MixedArgument + * @psalm-suppress UndefinedInterfaceMethod + */ + return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); + Loop::cancelTimer($timeout); } protected final function runTest() : mixed {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with highest dependency preference: src/AsyncTestCase.php#L105
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ */ return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); } finally { - Loop::cancelTimer($timeout); + } } protected final function runTest() : mixed
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with locked dependency preference: src/AsyncTestCase.php#L68
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ /** @internal */ protected final function runAsyncTest(mixed ...$args) : mixed { - /** - * @psalm-suppress InternalMethod - * @psalm-suppress PossiblyNullArgument - */ - parent::setName($this->realTestName); + $timeout = 30; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with locked dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 29; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with locked dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 31; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with locked dependency preference: src/AsyncTestCase.php#L96
Escaped Mutant for Mutator "UnwrapFinally": --- Original +++ New @@ @@ $timeout = $methodTimeout->timeout; } $timeout = Loop::addTimer($timeout, static fn() => Loop::stop()); - try { - /** - * @psalm-suppress MixedArgument - * @psalm-suppress UndefinedInterfaceMethod - */ - return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); - } finally { - Loop::cancelTimer($timeout); - } + /** + * @psalm-suppress MixedArgument + * @psalm-suppress UndefinedInterfaceMethod + */ + return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); + Loop::cancelTimer($timeout); } protected final function runTest() : mixed {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with locked dependency preference: src/AsyncTestCase.php#L105
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ */ return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); } finally { - Loop::cancelTimer($timeout); + } } protected final function runTest() : mixed
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with lowest dependency preference: src/AsyncTestCase.php#L68
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ /** @internal */ protected final function runAsyncTest(mixed ...$args) : mixed { - /** - * @psalm-suppress InternalMethod - * @psalm-suppress PossiblyNullArgument - */ - parent::setName($this->realTestName); + $timeout = 30; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with lowest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 29; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with lowest dependency preference: src/AsyncTestCase.php#L70
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ * @psalm-suppress PossiblyNullArgument */ parent::setName($this->realTestName); - $timeout = 30; + $timeout = 31; $reflectionClass = new ReflectionClass($this::class); foreach ($reflectionClass->getAttributes() as $classAttribute) { $classTimeout = $classAttribute->newInstance();
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with lowest dependency preference: src/AsyncTestCase.php#L96
Escaped Mutant for Mutator "UnwrapFinally": --- Original +++ New @@ @@ $timeout = $methodTimeout->timeout; } $timeout = Loop::addTimer($timeout, static fn() => Loop::stop()); - try { - /** - * @psalm-suppress MixedArgument - * @psalm-suppress UndefinedInterfaceMethod - */ - return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); - } finally { - Loop::cancelTimer($timeout); - } + /** + * @psalm-suppress MixedArgument + * @psalm-suppress UndefinedInterfaceMethod + */ + return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); + Loop::cancelTimer($timeout); } protected final function runTest() : mixed {
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with lowest dependency preference: src/AsyncTestCase.php#L105
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ */ return await(async(fn(): mixed => [$this, $this->realTestName](...$args))()); } finally { - Loop::cancelTimer($timeout); + } } protected final function runTest() : mixed