Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
perpending
/
wp-content
/
plugins
/
seo-by-rank-math
/
vendor
/
a5hleyrich
/
wp-background-processing
:
Makefile
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
.PHONY: test test: test-unit test-style .PHONY: test-unit test-unit: vendor vendor/bin/phpunit .PHONY: test-style test-style: vendor vendor/bin/phpcs vendor: composer.json composer install --ignore-platform-reqs .PHONY: clean clean: rm -rf vendor rm -f tests/.phpunit.result.cache .phpunit.result.cache