adding some strings
[moodle-linuxchix.git] / lib / simpletestlib / TODO
blob5d9dc54d48bc7ff7366d9c0d8d57583a953e9463
1 TODO
2 This is immediate stuff only for this iteration (1.0.1alpha3) of 44 hours (60 actual).
4 $Id$
6 Unit tester
7 -----------
8 Change assertCopy() to assertClone() and add identical check (1/1) - done.
9 The ignore() directive should ignore parent classes as well (1/3) - done.
10 The fail() method should issue a line number (2/1) - done.
11 Abstract test cases should be ignored automatically (2/2) - done.
12 More meaningful message when trying a test in the constructor (1/1) - done.
13 Add exception trap (2/2) - done.
15 Reporter
16 --------
17 Allow multiple reporters (2/1) - done.
18 Add a test case selecting ReporterDecorator (2/4) - done.
19 Can we get rid of that useless runner class? yes! (1/2) - done.
20 Test case should say what tests are available (1/1) - done.
22 Mock objects
23 ------------
24 Confirm mocking of SPL classes and derivatives (3/4) - done.
25 Optional parameters generate spurious warnings in PHP 5.0.2 (1/2) - done.
27 Parser
28 ------
30 Browser
31 -------
32 Allow ignoring of cookies as per feature request (2/8) - done.
33 Setting a radio button with value 0 just doesn't happen (1/10) - done.
34 Fix quoting issue with fields as in bug report (2/2) - done.
35 Fix bug with encoded GET parameters not being transmitted in form action (3/2) - done.
36 Confirm that button with no name has no value transmitted (2/4) - done.
37 Allow setting of checkboxes by setting them to true (1/1) - done.
38 Add memory fixes to builder (1/1) - done.
40 Web tester
41 ----------
42 Failure to connect should be reported unless suppressed (2/2) - done.
43 Message bug in web header pattern assertions (2/1) - done.
45 Documentation
46 -------------
48 Build
49 -----
50 Fix fatal error in PHP 5.1 (3/0) - done.
51 Fix fatal error in PHP 5.0.5 (3/2) - done.
52 Test with PHP 4.4.2 (1/1) - done.
53 Fix error in PHP 5.0.2 (2/2) - done.