Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-10-02-07-53-58
[civicrm-core.git] / tests / phpunit / WebTest / README
1 Please name your tests by scenario that you're testing, e.g.
2 if you are testing the process of adding new activity, put it in
3 Activity subdirectory in WebTest and name the file NewActivityTest.php.
4 The class name in such case should be: WebTest_Activity_NewActivityTest