Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
/ phpstan-junit Public archive

ErrorFormatter for PHPStan to output errors in JUnit format

License

Notifications You must be signed in to change notification settings

mglaman/phpstan-junit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpstan-junit

ErrorFormatter for PHPStan to output errors in JUnit format

Usage

Add the following to your phpstan.neon:

services:
	errorFormatter.junit:
		class: PHPStan\Command\ErrorFormatter\JUnitErrorFormatter

Now you can format PHPStan's output using --error-format=junit.

About

ErrorFormatter for PHPStan to output errors in JUnit format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages