Skip to content

Deprecated: Use of "self" in callables is deprecated in VkCssOptimize.php on line 325 を修正 #20

Deprecated: Use of "self" in callables is deprecated in VkCssOptimize.php on line 325 を修正

Deprecated: Use of "self" in callables is deprecated in VkCssOptimize.php on line 325 を修正 #20

Workflow file for this run

name: phpunit
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install NPM Scripts
run: npm install
- name: Install Composer Package
run: composer install
- name: Install @wordpress/env
run: npm install -g @wordpress/env
- name: Run @wordpress/env
run: npx wp-env start
# PHPUnitテスト実行
- name: Run PHPUnit test.
run: |
npm run phpunit