Skip to content

v1.8.0

Latest
Compare
Choose a tag to compare
@boxblinkracer boxblinkracer released this 16 Feb 17:01
· 1 commit to main since this release

Added

  • Added new suite argument (($EXEC)) to provide a custom executable placeholder. This helps to reuse the same tests for different types of your AUT. You can e.g. test a bin/script + PHAR version with the same tests by using placeholders for your executable.

Changed

  • Allow test files with a ".yaml" extension and not only ".yml"
  • Change dependencies of symfony/yaml and twig/twig to * for better composer compatibility in other projects
  • DirectoryExists Tests does now throw an error if no directory was specified.
  • FileExists Tests does now throw an error if no file was specified.
  • FileContentTest Tests does now throw an error if no file or expected/unexpected conditions where specified.