PHPBench v1.0.3 Release Notes

Release Date: 2021-07-03 // almost 3 years ago
  • ๐Ÿ› Bug fix:

    • โš  Show warning if file is parsed but it is not a benchmark file. #883

    Files that are not suffixed with Bench.php are are reflected and their docblocks are parsed. Causing unexpected errors if unknown docblock tags are present.

    As changing this behavior (introduced by error in 2016) is a B/C break, it will not be changed in a bug-fix release.

    An option runner.file_pattern has been added however to enable the warnings to be resolved.

    ๐Ÿ‘Œ Improvement:

    • ๐Ÿ“‡ Show warning if metadata could not be loaded for benchmark instead of an exception. >>>>>>> 1.0.x