Skip to content

Commit

Permalink
Updated libs, upgraded phpunit, added job queue test fixed issue with…
Browse files Browse the repository at this point in the history
… getNextBuriedJob
  • Loading branch information
n0nag0n committed Feb 27, 2025
1 parent f33c7a8 commit e692f74
Show file tree
Hide file tree
Showing 5 changed files with 626 additions and 232 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8.5"
}
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"phpunit/phpunit": "^9.5",
"rregeer/phpunit-coverage-check": "^0.3.1"
},
"scripts": {
"test": "phpunit",
"test-coverage": "rm -f clover.xml && XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html=coverage --coverage-clover=clover.xml && vendor/bin/coverage-check clover.xml 100"
}
}
Loading

0 comments on commit e692f74

Please sign in to comment.