Completed
Pull Request — 8.x-1.x (#5)
by Vijay
16:59 queued 13:57
created
src/Tests/VideoBundleTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -38,12 +38,12 @@
 block discarded – undo
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.');
Please login to merge, or discard this patch.