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.

Install

  • Upload this extension
  • Install extension "PHPUnit"
  • Setup Backend-user "_cli_phpunit"
  • be sure that all tested extensions are installed

HTACCESS

The first lines should be

  • php_flag display_errors on
  • php_value max_execution_time 0 Than
  • RewriteEngine On
  • RewriteRule ^(.+)/_intellij_phpunit_launcher.php$ /typo3conf/ext/hhdev_phpunit_remotewrapper/TestWrapper.php [L] Be sure that the "RewriteRule..." is next "to RewriteEngine On"