bingInstance() публичный статический Метод

public static bingInstance ( ) : Wsdl
Результат WsdlToPhp\PackageGenerator\Model\Wsdl
 /**
  *
  */
 public function testIsEnumeration()
 {
     $wsdl = WsdlTest::bingInstance();
     $restrictions = $wsdl->getContent()->getElementsByName(Wsdl::TAG_RESTRICTION);
     foreach ($restrictions as $restriction) {
         $this->assertTrue($restriction->isEnumeration());
     }
 }