예제 #1
0
 /**
  * @return HandlerStack|null
  */
 protected function getHandlerStack()
 {
     if ($this->server instanceof MockOAuth2Server) {
         return $this->server->getHandlerStack();
     }
     return null;
 }