Skip to content

MayMeowHQ/PHPUnit-Test-Action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHPUnit test action by MayMeow

Action to test php with PHPUni. This action using

Usage

add to your workflow

- name: PHPUnit Test by MayMeow
  uses: MayMeowHQ/PHPUnit-Test-Action@v5

This will run composer install and composer run test. To run this you will need add to composer.json file:

"test": "phpunit",

or fi you want coverage:

"test": "XDEBUG_MODE=coverage phpunit --coverage-text --colors=never --coverage-clover build/logs/clover.xml",

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published