Ok, I've put the includes back in test-runner.php.
And I've found something.
If I do not add any test to suite.js, all is fine.
If I include some tests in suite.js, they run without errors. However, adding one specific test, leads to the errors. I haven't discovered yet why this single test leads to these errors. As normally it runs fine.
Unfortunately I cannot give you a link, as I'm running locally.
I'll let you know if I discover something more.
Suite Tester 1.0 Release Candidate
Moderator: General Moderators
Ok, I found out how to change the problematic test.
Change my original includes from
to
Simple as that 
Change my original includes from
Code: Select all
include_once('../lib/DBPDO.php');Code: Select all
include_once $_SERVER['DOCUMENT_ROOT'] . ('/lib/DBPDO.php');hey nathaniel,Nathaniel wrote:re Chris/sike:
Would you elaborate please? Are you asking for "open/collapse" buttons next to each group? What do you mean by basic code coverage?
Thank you,
- Nathaniel
i am talking about something like this : http://code.refactored.de/test/external ... /index.php
chris