Sebastian Bergmann »
20 October 2008 »
in Announcements »
- Renamed --ansi command-line option to --colors (--ansi may still be used as an alias). [3854]
- Implemented #572: Change order of code coverage columns. [3842]
- Implemented #567: ANSI coloring missing for incomplete tests. [3854]
- Fixed #441: Code Coverage report is bogus for non-object-oriented code. [3842]
- Fixed #554: DataSet and FilteredDataSet constructors should use IDatabaseConnection. [3850]
- Fixed #568: PHPUnit_TextUI_TestRunner browser output not readable with non-latin character encoding. [3829]
- Fixed #578: Double printing of trace line for exceptions from notices and warnings. [3833]
- Fixed #581: Setting browsers for Selenium tests via XML configuration file does not work. [3846]
- Fixed #585: Skeleton test generator does not fail gracefully. [3863]
- Updated bundled YUI to version 2.6.0. [3825]
Trackback specific URI for this entry
22/11/2008 at 20:50 Permalink
I am struggling with getting my procedural PHP code. I read your article http://hades.phparch.com/ceres/public/article/index.php/art::phpunit::intro/2
but had the confusion on whether I need to create a TestClass to run in phpunit as I am using procedural code and not object oriented technique. Could you please let me know if I can just create a Test.php file instead of TestClass?
Regards,
Tejaswini
Reply