Trac

Doctrine test cases should be refactored. Here are the guidelines:

Steps todo

1. Every test case should adhere to Doctrine coding standards

6. Get rid of old and unused test cases (zYne)

Steps that are done

2. Each model class should be moved to trunk/models/

3. Ticket test cases should be moved into tests/Ticket/ dir

4. Data type test cases should be moved to tests/DataType/ dir

5. All ending ?> should be removed

7. Provide support for test grouping

8. Group tests in logical groups.