DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Running the unit tests in a continuous-integration environmentΒΆ

When running the unit tests in a CI environment, the tests are run in TYPO3's CLI mode.

  1. Set up your TYPO3 as for running the tests on the command line (see above for details).
  2. Create a the following job in your continuous-integration server :<path-to-your-typo3-installation>/typo3/cli_dispatch.phpsh phpunit <path-to-your-extension>