Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Innomatic supports unit testing with PHPUnit and provides a preconfigured phpunit.xml configuration file.

Applications can add PHPUnit tests using the unittest component.

Test files should be added inside a tests subdirectory inside the tested class folder:

...