Skip to content

Commit 081f4c6

Browse files
Update unit tests
1 parent 1a1637a commit 081f4c6

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
@@ -6,7 +6,7 @@
66

77
namespace Magento\Framework\App\Test\Unit\DeploymentConfig\Writer;
88

9-
use \Magento\Framework\App\DeploymentConfig\Writer\PhpFormatter;
9+
use Magento\Framework\App\DeploymentConfig\Writer\PhpFormatter;
1010

1111
class PhpFormatterTest extends \PHPUnit_Framework_TestCase
1212
{
@@ -78,7 +78,7 @@ public function formatWithCommentDataProvider()
7878
),
7979
),
8080
'ns3' => 'just text',
81-
'ns4' => 'just text'
81+
'ns4' => 'just text',
8282
);
8383
8484
TEXT;
@@ -119,7 +119,7 @@ public function formatWithCommentDataProvider()
119119
/**
120120
* 'comment for namespace 4'
121121
*/
122-
'ns4' => 'just text'
122+
'ns4' => 'just text',
123123
);
124124
125125
TEXT;

0 commit comments

Comments
 (0)