localheinz
Repos
429
Followers
501
Following
145

:musical_note: Provides a composer plugin for normalizing composer.json.

883
28

:octocat: + :ledger: Provides a GitHub template repository for a PHP package, using GitHub Actions.

286
22

:grapes: Provides constants for HTTP request methods.

82
1

:robot: Provides a fixture factory for doctrine/orm entities.

73
3

:notebook: Provides a configuration factory and multiple rule sets for friendsofphp/php-cs-fixer.

43
10

:stopwatch: Provides an extension for detecting slow tests in phpunit/phpunit.

50
0

Events

Fix: Add trailing slashes

Created at 14 hours ago

Fix: Create directory

Created at 14 hours ago
Created at 1 day ago
delete branch
localheinz delete branch dependabot/composer/phpunit/phpunit-tw-9.6.6
Created at 2 days ago

composer(deps-dev): Update phpunit/phpunit requirement (#283)

Updates the requirements on phpunit/phpunit to permit the latest version.


updated-dependencies:

  • dependency-name: phpunit/phpunit dependency-type: direct:development ...

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Created at 2 days ago
pull request closed
composer(deps-dev): Update phpunit/phpunit requirement from ^9.6.5 to ^9.6.6

Updates the requirements on phpunit/phpunit to permit the latest version.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Created at 2 days ago
delete branch
localheinz delete branch dependabot/github_actions/actions/cache-3.3.1
Created at 6 days ago

github-actions(deps): Bump actions/cache from 3.2.6 to 3.3.1

Bumps actions/cache from 3.2.6 to 3.3.1.


updated-dependencies:

  • dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] support@github.com

Merge pull request #47 from teapot-php/dependabot/github_actions/actions/cache-3.3.1

github-actions(deps): Bump actions/cache from 3.2.6 to 3.3.1

Created at 6 days ago
pull request closed
github-actions(deps): Bump actions/cache from 3.2.6 to 3.3.1

Bumps actions/cache from 3.2.6 to 3.3.1.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Created at 6 days ago
delete branch
localheinz delete branch dependabot/github_actions/actions/checkout-3.5.0
Created at 6 days ago

github-actions(deps): Bump actions/checkout from 3.3.0 to 3.5.0

Bumps actions/checkout from 3.3.0 to 3.5.0.


updated-dependencies:

  • dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] support@github.com

Merge pull request #49 from teapot-php/dependabot/github_actions/actions/checkout-3.5.0

github-actions(deps): Bump actions/checkout from 3.3.0 to 3.5.0

Created at 6 days ago
pull request closed
github-actions(deps): Bump actions/checkout from 3.3.0 to 3.5.0

Bumps actions/checkout from 3.3.0 to 3.5.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Created at 6 days ago
MockObject can be used to test consecutive method calls.

@biozshock

Can you share how you would implement test cases for the examples that you shared in https://github.com/sebastianbergmann/phpunit/pull/5203#issuecomment-1479101454

  • with the current functionality in phpunit/phpunit and
  • with the functionality you propose in this pull request

?

Created at 6 days ago
started
Created at 1 week ago

Closes #5285

Merge branch '10.0'

Prepare release

Merge branch '10.0'

Created at 1 week ago
delete branch
localheinz delete branch fix/throw
Created at 1 week ago

Update PHP-CS-Fixer configuration

Fix CS/WS issues

Merge branch '8.5' into 9.6

Merge branch '9.6' into 10.0

Merge branch '10.0'

Update tools

Merge branch '8.5' into 9.6

Merge branch '9.6' into 10.0

Merge branch '10.0'

Created at 1 week ago
localheinz create branch 10.0
Created at 1 week ago
localheinz delete branch feature/array-shape
Created at 1 week ago

Fix: Run 'tools/psalm --config=.psalm/config.xml --set-baseline=.psalm/baseline.xml'

Created at 1 week ago

Enhancement: Document array shapes

Created at 1 week ago

Fix: Run 'tools/psalm --config=.psalm/config.xml --set-baseline=.psalm/baseline.xml'

Created at 1 week ago

Fix: Use psalm-var instead of psalm-return

Merge branch '9.2' into 10.0

Enhancement: Document array shapes

Created at 1 week ago

Fix: Use psalm-var instead of psalm-return

Merge branch '9.2' into 10.0

Merge branch '10.0'

Created at 1 week ago

Enhancement: Document array shapes

Created at 1 week ago

Enhancement: Document array shapes

Created at 1 week ago

Enhancement: Document array shapes

Created at 1 week ago