We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a4a38 commit d83d411Copy full SHA for d83d411
1 file changed
tests/PHPRocks/EnvironmentTest.php
@@ -62,7 +62,7 @@ public function testCliDomain(){
62
);
63
64
$this->assertSame('cmd', $environment->protocol());
65
- $this->assertSame('cli', $environment->domain());
+ $this->assertSame(gethostname(), $environment->domain());
66
}
67
68
public function testNotDomain(){
@@ -106,7 +106,7 @@ public function testCLI(){
106
107
108
109
- $this->assertSame('lili.com', $environment->domain());
110
111
112
public function testAll(){
0 commit comments