@@ -38,12 +38,12 @@ |
||
38 | 38 | */ |
39 | 39 | public function testMediaBundleCreationFromModule() { |
40 | 40 | $type_configuration = [ |
41 | - 'source_field' => 'field_video' |
|
41 | + 'source_field' => 'field_video' |
|
42 | 42 | ]; |
43 | 43 | |
44 | 44 | $field_map = [ |
45 | - 'id' => 'field_id', |
|
46 | - 'source_name' => 'field_source' |
|
45 | + 'id' => 'field_id', |
|
46 | + 'source_name' => 'field_source' |
|
47 | 47 | ]; |
48 | 48 | |
49 | 49 | $this->assertTrue((bool) $this->testBundle, 'The media bundle from default configuration has been created in the database.'); |