[root]/tests/res/ddd
doc
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 20 (100.0%) | 134 (100.0%) | 6.7 |
| ligaard | 9 (45.0%) | 128 (95.5%) | 14.2 |
| oliklee | 11 (55.0%) | 6 (4.5%) | 0.5 |
phpunit #11676: Rename the tests/ directory to Tests/
0 lines of code changed in 9 files:
Use tabs and spaces for indentation in the right places.
6 lines of code changed in 2 files:
Version 3.2.3:
+ New helper functions in tx_phpunit_testcase: You can now use the Typo3 database from your tests. E.g. for creating new tables for your tests. Reminder: Never run tests in a production environment.
+ Tests for new helper functions added in class database_testcase. Note: You will need to manually install the four extensions named 'aaa', 'bbb', 'ccc' and 'ddd' (they can be found in tests/res/).
~ Upgraded PHPUnit from 3.2.6 to 3.2.15.
~ ext_emconf now states in description that the phpunit extension is based on PHPUnit 3.2 (instead of just PHPUnit 3).
* (Temporary) fix for issue #7631, http://bugs.typo3.org/view.php?id=7631#c19761, courtesy Mario Rimann.
128 lines of code changed in 9 files: