/[drupal]/contributions/modules/feedapi/tests/feedapi_test_case.tinc
ViewVC logotype

Diff of /contributions/modules/feedapi/tests/feedapi_test_case.tinc

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

revision 1.1.2.3, Mon Nov 9 22:10:37 2009 UTC revision 1.1.2.4, Mon Nov 9 22:35:11 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: feedapi_test_case.tinc,v 1.1.2.2 2009/10/02 14:15:20 aronnovak Exp $  // $Id: feedapi_test_case.tinc,v 1.1.2.3 2009/11/09 22:10:37 aronnovak Exp $
3    
4  /**  /**
5   * Base class for FeedAPI-related tests.   * Base class for FeedAPI-related tests.
# Line 9  class FeedAPITestCase extends DrupalWebT Line 9  class FeedAPITestCase extends DrupalWebT
9    var $info;    var $info;
10    
11    function setUp() {    function setUp() {
12      parent::setUp('feedapi', 'feedapi_node', 'parser_common_syndication', 'parser_simplepie', 'upload');      parent::setUp('feedapi', 'feedapi_node', 'parser_common_syndication', 'parser_simplepie', 'upload', 'search');
13    }    }
14    
15    /**    /**

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.2