Releases · ScriptFUSION/Pip

3.5.0 – Theme support

Adds support for custom themes. Also added support for error suppression operator.

3.4.0 – Notice, warning, deprecation and risky messages

Previously, the reasons for receiving notices, warnings, deprecations and risky events were not shown. Now they are shown immediately, with source file and line number.

3.3.0 – Test name configuration options

Adds two new configuration options:

  • test.name.strip
  • test.dp.args

3.2.0 – Configurable performance thresholds

3.1.0 – PHPUnit 11 support

3.0.0 – PHPUnit 10 support

  • Added PHPUnit 10 support (complete rewrite).
  • Renamed PHPUnit Immediate Exception Printer -> PHPUnit Immediate Printer.
  • Dropped PHPUnit 5/6 support.

2.0.0

⚠️ This release added more robust exception trace printing, but at the expense of a fatal error bug when PHPUnit would have normally just generated a notice and continued. Therefore it is not recommended to use this version and instead continue using version ^1 until version ^3 is released to fix this issue.

1.3.0 – Improved flawless test suite indicator

  • Changed flawless test suite indicator from red dot to red exclamation mark (!) to make it easier to see.

1.2.0 – Flawless test suite indicator

  • Added flawless test suite indicator (red dot).

1.1.0 – PHPUnit 6

  • Added PHPUnit 6 support.