Warning: You're looking at a styleless page because your browser is ignoring CSS styles. You're probably using a very old browser, or you disabled CSS support by purpose. We suggest you to download a modern browser such as Firefox or Internet Explorer.

Problem: I can't run the tests with PHPUnit

I can create tests skeleton and navigate from one to other, but I can't run the tests.

The log window contains something like this:

Notice: Undefined index: phpUnitPath in C:\Program Files\WaterProof\PHPEdit\2.12.0\Extensions\PHPUnit\Runner\PHPEdit_AllTests.php on line 5       
         
 Notice: Undefined index: allTestsFile in C:\Program Files\WaterProof\PHPEdit\2.12.0\Extensions\PHPUnit\Runner\PHPEdit_AllTests.php on line 5       
         
 Notice: Undefined index: allTestsFile in C:\Program Files\WaterProof\PHPEdit\2.12.0\Extensions\PHPUnit\Runner\PHPEdit_AllTests.php on line 24       
         
 Fatal error: require_once(): Failed opening required '' (include_path='.;C:\wamp\php\pear;.;;;') in C:\Program Files\WaterProof\PHPEdit\2.12.0\Extensions\PHPUnit\Runner\PHPEdit_AllTests.php on line 24

PHPUnit needs the "Tests/TestConfiguration.php.dist" file. If you are using an other PHPUnit distribution than the one shipped with PHPEdit it might be missing, so you need to copy it in your distribution.