Skip to content

Commit ec60e64

Browse files
committed
Updates integration tests to test full requests rather than mocks. Adds text cleaning for Embedly driver.
1 parent e4ed980 commit ec60e64

File tree

7 files changed

+188
-235
lines changed

7 files changed

+188
-235
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "dayrev/extractor",
33
"type": "library",
44
"description": "Web page content extractor.",
5-
"keywords": ["extractor", "crawler", "scraper", "php"],
6-
"homepage": "https://bitbucket.org/dayrev/extractor",
5+
"keywords": ["extractor", "crawler", "scraper", "php", "embedly", "goose"],
6+
"homepage": "https://github.org/dayrev/extractor",
77
"license": "MIT",
88
"authors": [
99
{
@@ -17,8 +17,7 @@
1717
"scotteh/php-goose": "^0.4"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^5.7",
21-
"mockery/mockery": "^0.9"
20+
"phpunit/phpunit": "^5.7"
2221
},
2322
"autoload": {
2423
"psr-4": {"DayRev\\Extractor\\": "src/"}

0 commit comments

Comments
 (0)