Skip to content

Instantly share code, notes, and snippets.

@fateevv85
fateevv85 / _readme.md
Last active April 22, 2020 07:40 — forked from yamamoto-taku/_readme.md
PHPUnit xslt

###PHPUnit logfile XLST template

This fileset provides an easy way to view the PHPUnit XML (JUnit) logfiles in a human readable manner using a web browser.

Use this either in combination with the accompanying html file or add the following tag straight after the xml opening tag of the logfile: <?xml-stylesheet type="text/xsl" href="phpunit.xslt"?>

The thresholds used for the colour-coding and whether or not to show detail for successfull tests can be changed by adjusting the variables at the top of the xslt file.

@fateevv85
fateevv85 / gist:7cfc71a441bf36039b8cdfddb3956be8
Created January 20, 2019 05:38 — forked from Haran/gist:6e3d2d8d08b8f58e76904dc8fae22dd9
options for phpStorm 2017.3.1 @noinspection annotation
+----------------------------------------------------------+------------------------------------------------------------------------------+
| Inspection | Description |
+----------------------------------------------------------+------------------------------------------------------------------------------+
| -- angularjs | |
| EmptyEventHandlerInspection | Empty Event Handler |
+----------------------------------------------------------+------------------------------------------------------------------------------+
| -- coffeescript | |
| CoffeeScriptUnusedLocalSymbolsInspection