Beispiel #1
0
 public function testTestProduction()
 {
     $env = new Environment();
     $this->assertTrue($env->isProduction());
     $this->assertFalse($env->isDevelopment());
     $this->assertFalse($env->isTest());
 }