Skip to content

Commit dd7dba1

Browse files
Update unit tests
1 parent a79c704 commit dd7dba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
namespace Magento\Framework\App\Test\Unit\DeploymentConfig\Writer;
77

8-
use \Magento\Framework\App\DeploymentConfig\Writer\PhpFormatter;
8+
use Magento\Framework\App\DeploymentConfig\Writer\PhpFormatter;
99

1010
class PhpFormatterTest extends \PHPUnit\Framework\TestCase
1111
{
@@ -81,7 +81,7 @@ public function formatWithCommentDataProvider()
8181
),
8282
),
8383
'ns3' => 'just text',
84-
'ns4' => 'just text'
84+
'ns4' => 'just text',
8585
);
8686
8787
TEXT;
@@ -126,7 +126,7 @@ public function formatWithCommentDataProvider()
126126
* For the section: ns4
127127
* comment for namespace 4
128128
*/
129-
'ns4' => 'just text'
129+
'ns4' => 'just text',
130130
);
131131
132132
TEXT;

0 commit comments

Comments
 (0)