예제 #1
0
 public function testEnableSSL()
 {
     EventDocker::disableSSL();
     EventDocker::enableSSL();
     $this->assertEquals(true, EventDocker::isSSL());
 }