Skip to content
Snippets Groups Projects
Commit 3fcf38a5 authored by Alex Barth's avatar Alex Barth
Browse files

Use libraries module.

parent c474b002
No related branches found
No related tags found
No related merge requests found
...@@ -805,7 +805,7 @@ class FeedsSyndicationParserTestCase extends FeedsWebTestCase { ...@@ -805,7 +805,7 @@ class FeedsSyndicationParserTestCase extends FeedsWebTestCase {
* Set up test. * Set up test.
*/ */
public function setUp() { public function setUp() {
parent::setUp('feeds', 'feeds_ui', 'ctools'); parent::setUp('feeds', 'feeds_ui', 'ctools', 'libraries');
$this->drupalLogin( $this->drupalLogin(
$this->drupalCreateUser( $this->drupalCreateUser(
......
...@@ -25,7 +25,7 @@ class FeedsMapperFileFieldTestCase extends FeedsMapperTestCase { ...@@ -25,7 +25,7 @@ class FeedsMapperFileFieldTestCase extends FeedsMapperTestCase {
*/ */
public function setUp() { public function setUp() {
// Call parent setup with the required module // Call parent setup with the required module
parent::setUp('feeds', 'feeds_ui', 'ctools', 'content', 'filefield'); parent::setUp('feeds', 'feeds_ui', 'ctools', 'content', 'filefield', 'libraries');
// Create user and login // Create user and login
$this->drupalLogin($this->drupalCreateUser( $this->drupalLogin($this->drupalCreateUser(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment