[root]/trunk/wact/tool/cli/commands

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 32 (100.0%) | 462 (100.0%) | 14.4 |
| JeffMoore | 31 (96.9%) | 446 (96.5%) | 14.3 |
| norbertmocsnik | 1 (3.1%) | 16 (3.5%) | 16.0 |
convert filename case
0 lines of code changed in 2 files:
Renamed test base classes to autonaming conventions. Also implemented
template filter. This should have been two different checkins. Oops.
0 lines of code changed in 1 file:
Fixed error message
1 lines of code changed in 1 file:
Updated the CLI cammand runner to use new WactProject object.
15 lines of code changed in 2 files:
Remove test prerequisites. SimpleTest now has an official way of doing this
via the skip() and skipIf() methods.
4 lines of code changed in 1 file:
Added MySQL configuration class to the CLI test runner (web/command-line test configuration shall be centralized one day).
16 lines of code changed in 1 file:
Fixed error that prevented code coverage reports from being run from the CLI.
1 lines of code changed in 1 file:
Added configuration options to test prerequisites.
9 lines of code changed in 1 file:
removed TestPrerequisiteRegistry singleton
6 lines of code changed in 1 file:
Changed configuration class to use straight properties.
12 lines of code changed in 1 file:
Changed from PHP 4 style constructor to PHP 5 style constructor
1 lines of code changed in 1 file:
Changed php 4 style object iteraction using array_keys to use PHP 5 style
foreach with objects.
1 lines of code changed in 1 file:
Changed from using PHP 4 references style of OO to PHP 5 style without
references.
3 lines of code changed in 1 file:
Improved command line option processing.
12 lines of code changed in 1 file:
Refactoring to make writing test cases easier.
69 lines of code changed in 1 file:
Improved documentation & misc refactoring.
1 lines of code changed in 1 file:
Added PhpDoc comment skeletons.
15 lines of code changed in 1 file:
Test coverage reports now exclude all .test files.
1 lines of code changed in 1 file:
Added ability to set coverage target from the command line.
5 lines of code changed in 1 file:
Enabled test coverage capability.
53 lines of code changed in 1 file:
(10 more)