Example #1
0
 public function test_should_not_be_public_when_environment_development()
 {
     $config = new Config(array('environment_name' => 'development'));
     $this->assertFalse($config->is_public());
 }