Skip to content

Commit

Permalink
tests: Add retrieving dependencies from routers
Browse files Browse the repository at this point in the history
  • Loading branch information
matapatos committed Sep 23, 2024
1 parent d8a1430 commit 9f2f699
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
tools: composer:v2
coverage: none
coverage: pcov

- name: Install PHP dependencies
run: composer update --prefer-stable --no-interaction --no-progress --ansi
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"dingo-d/wp-pest": "^1.6",
"brain/monkey": "2.*",
"laravel/pint": "*",
"pestphp/pest-plugin-parallel": "^1.2"
"pestphp/pest-plugin-parallel": "^1.2",
"matapatos/wp-fastendpoints": "^2.0"
},
"scripts": {
"lint": "./vendor/bin/pint --config pint.json",
Expand Down
296 changes: 295 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9f2f699

Please sign in to comment.