/[drupal]/contributions/modules/feedburner/feedburner.test
ViewVC logotype

Diff of /contributions/modules/feedburner/feedburner.test

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.11, Sun Mar 22 03:08:21 2009 UTC revision 1.1.2.12, Sat Apr 25 20:59:01 2009 UTC
# Line 10  Line 10 
10   * Test basic functionality.   * Test basic functionality.
11   */   */
12  class FeedBurnerTestCase extends DrupalWebTestCase {  class FeedBurnerTestCase extends DrupalWebTestCase {
13    function getInfo() {    public static function getInfo() {
14      return array(      return array(
15        'name' => t('FeedBurner functionality'),        'name' => t('FeedBurner functionality'),
16        'description' => t('Test basic FeedBurner module functionality.'),        'description' => t('Test basic FeedBurner module functionality.'),
# Line 161  class FeedBurnerTestCase extends DrupalW Line 161  class FeedBurnerTestCase extends DrupalW
161   * Test administration functionality.   * Test administration functionality.
162   */   */
163  class FeedBurnerAdminTestCase extends DrupalWebTestCase {  class FeedBurnerAdminTestCase extends DrupalWebTestCase {
164    function getInfo() {    public static function getInfo() {
165      return array(      return array(
166        'name' => t('FeedBurner administration'),        'name' => t('FeedBurner administration'),
167        'description' => t('Test FeedBurner module administration.'),        'description' => t('Test FeedBurner module administration.'),

Legend:
Removed from v.1.1.2.11  
changed lines
  Added in v.1.1.2.12

  ViewVC Help
Powered by ViewVC 1.1.2