| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| $this->taskExecutionRepository->save($executions[0])->willReturnArgument(0)->shouldBeCalledTimes(3); | ||
| $this->taskExecutionRepository->save($executions[1])->willReturnArgument(0)->shouldBeCalledTimes(3); |
There was a problem hiding this comment.
CI failing since: #47
Sorry, something went wrong.
| $this->taskExecutionRepository->save($executions[0])->willReturnArgument(0)->shouldBeCalledTimes(3); | ||
| $this->taskExecutionRepository->save($executions[1])->willReturnArgument(0)->shouldBeCalledTimes(3); |
There was a problem hiding this comment.
CI failing since: #47
Sorry, something went wrong.
| - php-version: '8.3' | ||
| coverage: 'true' | ||
| - php-version: '8.4' | ||
| composer-flags: '--ignore-platform-reqs' |
There was a problem hiding this comment.
can be removed as soon as prophecy supports 8.4 officially: https://github.com/phpspec/prophecy/blob/f9e07be0992e7bf1cad210829055b99318df142f/composer.json#L21 but mostly it takes some time.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This should add support for the latest symfony and latest doctrine collections version.
It also updates dev dependencies to PHPUnit 11 and also tests PHP 8.4.