From b6b6771d8d7dcf13938d1578099074b0123a5d5e Mon Sep 17 00:00:00 2001 From: Nils Gotzhein Date: Tue, 17 Aug 2021 22:18:46 +0200 Subject: pull latest readability-php via composer --- .../andreskrey/readability.php/test/TestPage.php | 61 ---------------------- 1 file changed, 61 deletions(-) delete mode 100644 plugins/af_readability/vendor/andreskrey/readability.php/test/TestPage.php (limited to 'plugins/af_readability/vendor/andreskrey/readability.php/test/TestPage.php') diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/TestPage.php b/plugins/af_readability/vendor/andreskrey/readability.php/test/TestPage.php deleted file mode 100644 index ed6f92e7c..000000000 --- a/plugins/af_readability/vendor/andreskrey/readability.php/test/TestPage.php +++ /dev/null @@ -1,61 +0,0 @@ -configuration = $configuration; - $this->sourceHTML = $sourceHTML; - $this->expectedHTML = $expectedHTML; - $this->expectedImages = $expectedImages; - $this->expectedMetadata = $expectedMetadata; - } - - /** - * @return array - */ - public function getConfiguration() - { - return $this->configuration; - } - - /** - * @return null - */ - public function getSourceHTML() - { - return $this->sourceHTML; - } - - /** - * @return null - */ - public function getExpectedHTML() - { - return $this->expectedHTML; - } - - /** - * @return mixed - */ - public function getExpectedImages() - { - return $this->expectedImages; - } - - /** - * @return \stdClass - */ - public function getExpectedMetadata() - { - return $this->expectedMetadata; - } -} -- cgit v1.2.3