Skip to content

Commit c4fb81f

Browse files
Update tests
1 parent 081f4c6 commit c4fb81f

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfig/Writer/PhpFormatterTest.php

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ public function formatWithCommentDataProvider()
6868
),
6969
),
7070
/**
71-
* 'comment for namespace 2'
71+
* For the section: ns2
72+
* comment for namespace 2
7273
*/
7374
'ns2' =>
7475
array (
@@ -86,7 +87,8 @@ public function formatWithCommentDataProvider()
8687
<?php
8788
return array (
8889
/**
89-
* 'comment for namespace 1'
90+
* For the section: ns1
91+
* comment for namespace 1
9092
*/
9193
'ns1' =>
9294
array (
@@ -102,8 +104,9 @@ public function formatWithCommentDataProvider()
102104
),
103105
),
104106
/**
105-
* 'comment for namespace 2.
106-
* Next comment for namespace 2'
107+
* For the section: ns2
108+
* comment for namespace 2.
109+
* Next comment for namespace 2
107110
*/
108111
'ns2' =>
109112
array (
@@ -113,11 +116,13 @@ public function formatWithCommentDataProvider()
113116
),
114117
),
115118
/**
116-
* 'comment for namespace 3'
119+
* For the section: ns3
120+
* comment for namespace 3
117121
*/
118122
'ns3' => 'just text',
119123
/**
120-
* 'comment for namespace 4'
124+
* For the section: ns4
125+
* comment for namespace 4
121126
*/
122127
'ns4' => 'just text',
123128
);

0 commit comments

Comments
 (0)