Skip to content

Commit 3ea60e1

Browse files
author
Oleksii Korshenko
committed
MAGETWO-71529: Improvements to the phpserver router #10500
- fixed code style
1 parent d83ccc4 commit 3ea60e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Phpserver/PhpserverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
class PhpserverTest extends \PHPUnit\Framework\TestCase
1919
{
20-
const BASE_URL = '127.0.0.1:8082';
20+
const BASE_URL = '127.0.0.1:8082';
2121

2222
private static $serverPid;
2323

0 commit comments

Comments
 (0)