From 8ea537123d1cef38f25f9fbe92e3a9c0f89de55a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 13 Dec 2022 20:08:43 +0300 Subject: move af_readability out of master tree --- .../test/HTML5/Parser/InstructionProcessorMock.php | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 plugins/af_readability/vendor/masterminds/html5/test/HTML5/Parser/InstructionProcessorMock.php (limited to 'plugins/af_readability/vendor/masterminds/html5/test/HTML5/Parser/InstructionProcessorMock.php') diff --git a/plugins/af_readability/vendor/masterminds/html5/test/HTML5/Parser/InstructionProcessorMock.php b/plugins/af_readability/vendor/masterminds/html5/test/HTML5/Parser/InstructionProcessorMock.php deleted file mode 100644 index 4637a802c..000000000 --- a/plugins/af_readability/vendor/masterminds/html5/test/HTML5/Parser/InstructionProcessorMock.php +++ /dev/null @@ -1,26 +0,0 @@ -name = $name; - $this->data = $data; - ++$this->count; - - $div = $element->ownerDocument->createElement('div'); - $div->nodeValue = 'foo'; - - $element->appendChild($div); - - return $div; - } -} -- cgit v1.2.3