[root]/PHPUnit-3.2.15/PHPUnit
Extensions
(0 files, 0 lines)
Database
(0 files, 0 lines)
Constraint
(0 files, 0 lines)
DB
(0 files, 0 lines)
MetaData
(0 files, 0 lines)
DataSet
(0 files, 0 lines)
Operation
(0 files, 0 lines)
PhptTestCase
(0 files, 0 lines)
SeleniumTestCase
(0 files, 0 lines)
Framework
(0 files, 0 lines)
ComparisonFailure
(0 files, 0 lines)
Constraint
(0 files, 0 lines)
MockObject
(0 files, 0 lines)
Builder
(0 files, 0 lines)
Matcher
(0 files, 0 lines)
Stub
(0 files, 0 lines)
Runner
(0 files, 0 lines)
Samples
(0 files, 0 lines)
BankAccount
(0 files, 0 lines)
BankAccountDB
(0 files, 0 lines)
_files
(0 files, 0 lines)
Money
(0 files, 0 lines)
Tests
(0 files, 0 lines)
Extensions
(0 files, 0 lines)
Database
(0 files, 0 lines)
DataSet
(0 files, 0 lines)
Operation
(0 files, 0 lines)
_files
(0 files, 0 lines)
XmlDataSets
(0 files, 0 lines)
Framework
(0 files, 0 lines)
Runner
(0 files, 0 lines)
Util
(0 files, 0 lines)
TestDox
(0 files, 0 lines)
_files
(0 files, 0 lines)
TextUI
(0 files, 0 lines)
Util
(0 files, 0 lines)
Log
(0 files, 0 lines)
CodeCoverage
(0 files, 0 lines)
Database
(0 files, 0 lines)
PMD
(0 files, 0 lines)
Rule
(0 files, 0 lines)
Class
(0 files, 0 lines)
Function
(0 files, 0 lines)
Project
(0 files, 0 lines)
Metrics
(0 files, 0 lines)
Report
(0 files, 0 lines)
Node
(0 files, 0 lines)
Template
(0 files, 0 lines)
Skeleton
(0 files, 0 lines)
TestDox
(0 files, 0 lines)
ResultPrinter
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| ligaard | 2 (100.0%) | 71 (100.0%) | 35.5 |
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).
0 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.
71 lines of code changed in 1 file: