We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b938b87 commit dec76d5Copy full SHA for dec76d5
src/Cubex.php
@@ -504,7 +504,7 @@ public function setEnv($env)
504
*/
505
public function isEnv($env)
506
{
507
- return $this->_env == $env;
+ return $this->env() == $env;
508
}
509
510
/**
tests/Cubex/Http/Visitor/VisitorTest.php
@@ -135,7 +135,7 @@ public function visitorProvider()
135
[
136
'208.67.222.222',
137
'US',
138
- 'San Francisco',
+ 'San Jose',
139
'CA',
140
new ConfigSection(
141
'http_visitor',
0 commit comments