diff --git a/Makefile b/Makefile index fd2a522e..02e8a6cc 100644 --- a/Makefile +++ b/Makefile @@ -288,10 +288,6 @@ test-cc: ## Run project php-unit and pest tests in coverage mode and build repor $(APP_COMPOSER) test:cc .PHONY: test-cc -test-sep: ## Run project php-unit tests that requires @runInSeparateProcess annotation - $(APP_COMPOSER) test:sep -.PHONY: test-sep - # # Release # ------------------------------------------------------------------------------------