Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit ae717bf

Browse files
committed
Align assignments
Internal consistency within test class.
1 parent 7149c5d commit ae717bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/PhpEnvironment/RequestTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -794,11 +794,11 @@ public function testDetectBaseUrlDoesNotRaiseErrorOnEmptyBaseUrl()
794794

795795
public function testDetectCorrectBaseUrlForConsoleRequests()
796796
{
797-
$_SERVER['argv'] = ['/home/user/package/vendor/bin/phpunit'];
798-
$_SERVER['argc'] = 1;
797+
$_SERVER['argv'] = ['/home/user/package/vendor/bin/phpunit'];
798+
$_SERVER['argc'] = 1;
799799
$_SERVER['SCRIPT_FILENAME'] = '/home/user/package/vendor/bin/phpunit';
800-
$_SERVER['SCRIPT_NAME'] = '/home/user/package/vendor/bin/phpunit';
801-
$_SERVER['PHP_SELF'] = '/home/user/package/vendor/bin/phpunit';
800+
$_SERVER['SCRIPT_NAME'] = '/home/user/package/vendor/bin/phpunit';
801+
$_SERVER['PHP_SELF'] = '/home/user/package/vendor/bin/phpunit';
802802

803803
$request = new Request();
804804
$request->setRequestUri('/path/query/phpunit');

0 commit comments

Comments
 (0)