Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WyriHaximus/php-async-test-utilities
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.3.0
Choose a base ref
...
head repository: WyriHaximus/php-async-test-utilities
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.0.0
Choose a head ref
  • 14 commits
  • 12 files changed
  • 3 contributors

Commits on Mar 21, 2024

  1. Update dependency phpunit/phpunit to ^9.6.18

    renovate[bot] authored Mar 21, 2024
    Copy the full SHA
    8840185 View commit details

Commits on Mar 29, 2024

  1. Merge pull request #244 from WyriHaximus/renovate/phpunit

    Update dependency phpunit/phpunit to ^9.6.18
    WyriHaximus authored Mar 29, 2024
    Copy the full SHA
    b89cd11 View commit details

Commits on Mar 30, 2024

  1. Ensure tests run in and fiber by getting current fiber and testing it…

    … against !== null
    WyriHaximus committed Mar 30, 2024
    Copy the full SHA
    de7c1f3 View commit details
  2. Merge pull request #245 from WyriHaximus/ensure-tests-run-in-an-fiber…

    …-by-getting-current-fiber-and-etsting-it-against-null
    
    Ensure tests run in and fiber by getting current fiber and testing it against !== null
    WyriHaximus authored Mar 30, 2024
    Copy the full SHA
    2cdee4c View commit details
  3. Delegatge running tests in fibers to wyrihaximus/react-phpunit-run-te…

    …sts-in-fiber
    WyriHaximus committed Mar 30, 2024
    Copy the full SHA
    ef17834 View commit details
  4. Merge pull request #246 from WyriHaximus/deletegate-running-tests-in-…

    …fibers-to-wyrihaximus-react-phpunit-run-tests-in-fiber
    
    Delegatge running tests in fibers to wyrihaximus/react-phpunit-run-tests-in-fiber
    WyriHaximus authored Mar 30, 2024
    Copy the full SHA
    626f1d2 View commit details
  5. Drop wyrihaximus/iterator-or-array-to-array

    WyriHaximus committed Mar 30, 2024
    Copy the full SHA
    881acad View commit details
  6. Merge pull request #248 from WyriHaximus/drop-wyrihaximus-iterator-or…

    …-array-to-array
    
    Drop wyrihaximus/iterator-or-array-to-array
    WyriHaximus authored Mar 30, 2024
    Copy the full SHA
    1144da4 View commit details
  7. Copy the full SHA
    bba61c0 View commit details
  8. Merge pull request #247 from WyriHaximus/renovate/wyrihaximus-react-p…

    …hpunit-run-tests-in-fiber-1.x
    
    Update dependency wyrihaximus/react-phpunit-run-tests-in-fiber to ^1.0.1
    WyriHaximus authored Mar 30, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    laurit Lauri Tulmin
    Copy the full SHA
    9a5919c View commit details

Commits on Apr 1, 2024

  1. Migrate composer unused config format

    WyriHaximus committed Apr 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    laurit Lauri Tulmin
    Copy the full SHA
    bddcbd5 View commit details
  2. Merge pull request #249 from WyriHaximus/migrate-compuser-unused-conf…

    …ig-format
    
    Migrate composer unused config format
    WyriHaximus authored Apr 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    laurit Lauri Tulmin
    Copy the full SHA
    fecf5fa View commit details
  3. Bump unit testing related dependencies

    WyriHaximus committed Apr 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    laurit Lauri Tulmin
    Copy the full SHA
    fc5a679 View commit details
  4. Merge pull request #250 from WyriHaximus/bump-unit-testing-related-de…

    …pendencies
    
    Bump unit testing related dependencies
    WyriHaximus authored Apr 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    laurit Lauri Tulmin
    Copy the full SHA
    a68c4e5 View commit details
Showing with 2,755 additions and 1,611 deletions.
  1. +1 −1 Makefile
  2. +0 −18 composer-require-checker.json
  3. +4 −9 composer.json
  4. +2,704 −1,473 composer.lock
  5. +11 −0 etc/qa/composer-unused.php
  6. +0 −3 etc/qa/phpstan.neon
  7. +6 −6 etc/qa/phpunit.xml
  8. +9 −9 infection.json.dist
  9. +0 −13 phpunit.xml.dist
  10. +3 −72 src/AsyncTestCase.php
  11. +7 −1 src/TimeOut.php
  12. +10 −6 tests/AsyncTestCaseTest.php
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ composer-require-checker: ## Ensure we require every package used in this packag
$(DOCKER_RUN) vendor/bin/composer-require-checker --ignore-parse-errors --ansi -vvv --config-file=./etc/qa/composer-require-checker.json

composer-unused: ## Ensure we don't require any package we don't use in this package directly
$(DOCKER_RUN) vendor/bin/composer-unused --ansi
$(DOCKER_RUN) vendor/bin/composer-unused --ansi --configuration=./etc/qa/composer-unused.php

composer-install: ## Install dependencies
$(DOCKER_RUN) composer install --no-progress --ansi --no-interaction --prefer-dist -o
18 changes: 0 additions & 18 deletions composer-require-checker.json

This file was deleted.

13 changes: 4 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -10,16 +10,16 @@
],
"require": {
"php": "^8.2",
"phpunit/phpunit": "^9.6.17",
"phpunit/phpunit": "^10.5.16",
"react/async": "^4.2.0",
"react/event-loop": "^1.5.0",
"react/promise": "^3.1",
"wyrihaximus/phpstan-react": "^1",
"wyrihaximus/test-utilities": "^5.5.4 || ^6"
"wyrihaximus/react-phpunit-run-tests-in-fiber": "^2.0.0",
"wyrihaximus/test-utilities": "^6.0.0"
},
"require-dev": {
"react/promise-timer": "^1.10.0",
"wyrihaximus/iterator-or-array-to-array": "^1.2"
"react/promise-timer": "^1.10.0"
},
"conflict": {
"composer/compoer": "<2.6.0"
@@ -50,11 +50,6 @@
},
"sort-packages": true
},
"extra": {
"unused": [
"wyrihaximus/phpstan-react"
]
},
"scripts": {
"post-install-cmd": [
"composer normalize",
Loading