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.

Using another version of PHPUnit than the version provided with the extension

I is possible use any PHPUnit version 3.x with phpunit. If you already have PHPUnit installed through PEAR, then you can use that version instead; or you could run ‘bleeding edge’ GIT version directly from the repository.

Using another PHPUnit version is easy if you remember these three points:

  1. Use the absolute path.
  2. Remember the trailing slash in the absolute path.
  3. The path should point to the directory before ‘PHPUnit’ directory. Example: If you have the Framework.php-file installed in c:xamppphpPEARPHPUnit, then you should point to the directory c:xamppphpPEAR

You can verify the include path from within the phpunit extension via the ‘About phpunit BE’ entry in the upper right corner of the back-end module.

When you are all set, then you just write the path in the extension configuration in the extension manager for phpunit.