Alvaro Carrasco wrote:
When running the unit tests, 7 tests get reported as Incomplete. I can
see that the code inside is commented out, were these flagged as
incomplete because they didn't work?
Correct :)
I can create a jira issue and work on getting those tests to work if
that's the case.
That would be really nice :)
All implementation files should have a corresponding test file in the
test/-directory. There are many files missing. I suggest you create a
placeholder ticket for completing the unit tests. Use the code coverage
report tool in PHPUnit 3 (phpunit --report=coverage AllTests.php) to
help you find missing classes that need test coverage.
Knut