We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd2b6f commit 964801fCopy full SHA for 964801f
tests/DomDocumentHandlerTest.php
@@ -28,16 +28,6 @@ public static function actonInstance(): DomDocumentHandler
28
return self::$actonInstance;
29
}
30
31
- public static function eBayInstance(): DomDocumentHandler
32
- {
33
- if (!isset(self::$ebayInstance)) {
34
- $doc = new DOMDocument('1.0', 'utf-8');
35
- $doc->load(self::wsdlEbayPath());
36
- self::$ebayInstance = new DomDocumentHandler($doc);
37
- }
38
- return self::$ebayInstance;
39
40
-
41
public static function bingInstance(): DomDocumentHandler
42
{
43
if (!isset(self::$bingInstance)) {
0 commit comments