Directory PHPUnit-3.2.15/PHPUnit/Util/

Directory Created:
2008-03-18 11:24
Directory Deleted:
2008-03-24 00:08
Total Files:
0
Deleted Files:
20
Lines of Code:
0

[root]/PHPUnit-3.2.15/PHPUnit/Util
                Folder removed from repo Log (0 files, 0 lines)
                    Folder removed from repo CodeCoverage (0 files, 0 lines)
                    Folder removed from repo Database (0 files, 0 lines)
                    Folder removed from repo PMD (0 files, 0 lines)
                        Folder removed from repo Rule (0 files, 0 lines)
                            Folder removed from repo Class (0 files, 0 lines)
                            Folder removed from repo Function (0 files, 0 lines)
                            Folder removed from repo Project (0 files, 0 lines)
                Folder removed from repo Metrics (0 files, 0 lines)
                Folder removed from repo Report (0 files, 0 lines)
                    Folder removed from repo Node (0 files, 0 lines)
                    Folder removed from repo Template (0 files, 0 lines)
                Folder removed from repo Skeleton (0 files, 0 lines)
                Folder removed from repo TestDox (0 files, 0 lines)
                    Folder removed from repo ResultPrinter (0 files, 0 lines)

Lines of Code

PHPUnit-3.2.15/PHPUnit/Util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
ligaard 40 (100.0%) 4913 (100.0%) 122.8

Most Recent Commits

ligaard 2008-03-24 00:08 Rev.: 8691

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 20 files:

  • PHPUnit-3.2.15/PHPUnit/Util: Class.php (del), CodeCoverage.php (del), Configuration.php (del), ErrorHandler.php (del), Fileloader.php (del), Filesystem.php (del), Filter.php (del), FilterIterator.php (del), Getopt.php (del), Metrics.php (del), PDO.php (del), Printer.php (del), Report.php (del), Skeleton.php (del), Template.php (del), Test.php (del), TestSuiteIterator.php (del), Timer.php (del), Type.php (del), XML.php (del)
ligaard 2008-03-18 11:24 Rev.: 8638

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.

4913 lines of code changed in 20 files:

  • PHPUnit-3.2.15/PHPUnit/Util: Class.php (new 447), CodeCoverage.php (new 255), Configuration.php (new 586), ErrorHandler.php (new 93), Fileloader.php (new 212), Filesystem.php (new 164), Filter.php (new 550), FilterIterator.php (new 92), Getopt.php (new 181), Metrics.php (new 71), PDO.php (new 357), Printer.php (new 149), Report.php (new 346), Skeleton.php (new 394), Template.php (new 172), Test.php (new 242), TestSuiteIterator.php (new 163), Timer.php (new 136), Type.php (new 197), XML.php (new 106)
Generated by StatSVN 0.5.0