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

Do not require devel.

parent da6e3ac5
No related branches found
No related tags found
No related merge requests found
...@@ -25,10 +25,7 @@ class FeedsMapperFileFieldTestCase extends FeedsMapperTestCase { ...@@ -25,10 +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( parent::setUp('feeds', 'feeds_ui', 'ctools', 'content', 'filefield');
'devel', 'feeds', 'feeds_ui', 'ctools', 'content',
'filefield'
);
// Create user and login // Create user and login
$this->drupalLogin($this->drupalCreateUser( $this->drupalLogin($this->drupalCreateUser(
...@@ -37,7 +34,6 @@ class FeedsMapperFileFieldTestCase extends FeedsMapperTestCase { ...@@ -37,7 +34,6 @@ class FeedsMapperFileFieldTestCase extends FeedsMapperTestCase {
'administer feeds', 'administer feeds',
'administer nodes', 'administer nodes',
'administer site configuration', 'administer site configuration',
'access devel information'
) )
)); ));
} }
......
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