Skip to content
Snippets Groups Projects
Commit 248c4dcc authored by Dave Reid's avatar Dave Reid
Browse files

Issue #983220 by twistor: Fixed field mapper tests failed due to number.module not being enabled.

parent c14ef09c
No related branches found
No related tags found
No related merge requests found
...@@ -17,11 +17,14 @@ class FeedsMapperFieldTestCase extends FeedsMapperTestCase { ...@@ -17,11 +17,14 @@ class FeedsMapperFieldTestCase extends FeedsMapperTestCase {
); );
} }
public function setUp() {
parent::setUp(array('number'));
}
/** /**
* Basic test loading a double entry CSV file. * Basic test loading a double entry CSV file.
*/ */
function test() { function test() {
// Create content type. // Create content type.
$typename = $this->createContentType(NULL, array( $typename = $this->createContentType(NULL, array(
'alpha' => 'text', 'alpha' => 'text',
......
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