NewsFeaturesDownloadsDevelopmentSupportAbout Us

Test


Classes

class  ConsoleReporter
class  HTMLReporter
class  LifeTypeTestCase
class  TestTools
class  UIScriptRunner
class  TestRunner
class  ConfigDbStorage_Test
class  ConfigFileStorage_Test
class  Properties_Test
class  Article_Test
class  ArticleCategories_Test
class  BlogInfo_Test
class  Blogs_Test
class  CommentsCommon_Test
class  Permissions_Test
class  SearchEngine_Test
class  TrackbackClient_Test
class  FilterBase_Test
class  HtmlFilter_Test
class  Textfilter_Test
class  ArrayValidator_Test
class  BlogNameValidator_Test
class  DateTimeValidator_Test
class  EmailValidator_Test
class  HttpUrlValidator_Test
class  IntegerValidator_Test
class  StringRangeRule_Test
class  UsernameValidator_Test
class  SQLInjection_Test
class  File_Test
class  ZipUnpacker_Test
class  Locale_Test
class  EmailService_Test
class  phpmailer_Test
class  Glob_Test
class  Version_Test
class  HttpClient_Test
class  Url_Test
class  SummaryAction_Test
class  SummaryTools_Test
class  ArticleCategoriesUI_Test
class  Login_Test
class  PermissionsUI_Test

Detailed Description

Unit testing in LifeType is implemented based on PHPUnit and provides a mechanism for users who write customizations or work with the LifeType core to make sure that their changes do not break the behaviour of the code being modified.

Please see http://wiki.lifetype.net/index.php/Unit_Testing_in_LifeType for more information on how unit testing works with LifeType and how to create your own test cases. If you're only interested in running the included test cases, please use the runtest.php which you can get from Subversion (it is not included in final releases as it is only meaningful for developers)