Skip to content

Commit 964801f

Browse files
committed
remove useless methods
1 parent 9fd2b6f commit 964801f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/DomDocumentHandlerTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ public static function actonInstance(): DomDocumentHandler
2828
return self::$actonInstance;
2929
}
3030

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-
4131
public static function bingInstance(): DomDocumentHandler
4232
{
4333
if (!isset(self::$bingInstance)) {

0 commit comments

Comments
 (0)