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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 44 (100.0%) | 1111 (100.0%) | 25.2 |
| oliklee | 32 (72.7%) | 758 (68.2%) | 23.6 |
| ligaard | 11 (25.0%) | 338 (30.4%) | 30.7 |
| michael.klapper | 1 (2.3%) | 15 (1.4%) | 15.0 |
phpunit #11676: Rename the tests/ directory to Tests/
0 lines of code changed in 8 files:
[phpunit #5570] Reformat the code to conform to the CGL
8 lines of code changed in 1 file:
[Bug 9678] Convert all files to UNIX line endings, no review
98 lines of code changed in 2 files:
[phpunit - Bug #6922] Rename the test cases from *_testcase to *Test, no review
376 lines of code changed in 3 files:
[phpunit - Bug #5569] Add and clean up the class documentation comments, no review
82 lines of code changed in 4 files:
Use tabs and spaces for indentation in the right places.
1 lines of code changed in 1 file:
[phpunit - Bug #5510] Make sure all phpunit tests actually run, r=axel
89 lines of code changed in 3 files:
Fixed bug #5568: Change all tests to use the @test annotation, no review
94 lines of code changed in 4 files:
Update the copyrights to 2010, no review.
3 lines of code changed in 3 files:
[phpunit - Bug #5547] Delete unused variables, r=niels
3 lines of code changed in 1 file:
[phpunit - Task #5546] Delete commented-out code, r=niels
4 lines of code changed in 2 files:
Add feature: #3269 Testlistener: Add support for "skipped" and "not implemented"
15 lines of code changed in 1 file:
* Made all files follow the GT3 coding conventions (a derivative of Typo3 CGL, but not a subset).
26 lines of code changed in 2 files:
+ Added NEWS file to end of 'About PHPUnit BE', to make it easier to access.
+ Added option 'alwaysSimulateFrontendEnvironment' which defaults to true, since that is backwards compatible.
+ Added method 'simulateFrontendEnvironment()' to tx_phpunit_testcase class. Call this method to load a (simple) simulation of the FE environment.
+ Added lib/ directory. Might be removed later, let's see...
+ Added testsuite testcase from Mikkel Ricky.
42 lines of code changed in 1 file:
Moved database tests to class tx_phpunit_database_testcase. Drop database before trying to create.
1 lines of code changed in 1 file:
Initial steps to allow code coverage reporting.
Other things:
+ Previously there was a total timelimit of 30 seconds. Now the timelimit is per testcase; this is done by inserting a call to set_time_limit(30) in the testlistener.
+ Expanded 'About PHPUnit BE': Added links to bugs.typo3.org and phpunit on typo3xdev.sf.net. Added S?ren Soltveit to contributor list. Added test for XDebug extension (needed for code coverage).
- Removed variable addAttrib in SVN revision 8639. Solves issue #7011, http://bugs.typo3.org/view.php?id=7011
~ Upgraded PHPUnit from 3.2.15 to 3.2.16. Changelog: http://www.phpunit.de/wiki/ChangeLog32#PHPUnit3.2.1622-Mar-2008.
~ Use t3lib_div::trimExplode in various places, where it was appropriate.
~ ext_emconf.php: 'Namespace' variables better (in typo3confvars).
2 lines of code changed in 1 file:
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.
175 lines of code changed in 4 files:
Initial upload of phpunit extension. (this is version 3.2.0).
92 lines of code changed in 2 files: