summaryrefslogtreecommitdiff
path: root/plugins/af_readability/vendor/andreskrey/readability.php/phpunit.xml
diff options
context:
space:
mode:
authorNils Gotzhein <[email protected]>2021-08-17 22:18:46 +0200
committerNils Gotzhein <[email protected]>2021-08-17 22:18:46 +0200
commitb6b6771d8d7dcf13938d1578099074b0123a5d5e (patch)
treeefd9e28718eff791dcaa7ffddbac44c38deedfb8 /plugins/af_readability/vendor/andreskrey/readability.php/phpunit.xml
parenta73e3bec45c5523910c711cf882976b71781ac9e (diff)
pull latest readability-php via composer
Diffstat (limited to 'plugins/af_readability/vendor/andreskrey/readability.php/phpunit.xml')
-rw-r--r--plugins/af_readability/vendor/andreskrey/readability.php/phpunit.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/phpunit.xml b/plugins/af_readability/vendor/andreskrey/readability.php/phpunit.xml
deleted file mode 100644
index 291085a71..000000000
--- a/plugins/af_readability/vendor/andreskrey/readability.php/phpunit.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<phpunit bootstrap="vendor/autoload.php"
- colors="true"
- stopOnFailure="false"
- stopOnError="false">
- <testsuites>
- <testsuite name="Readability.php Test Suite">
- <directory>./test/</directory>
- </testsuite>
- </testsuites>
- <filter>
- <whitelist>
- <directory suffix=".php">src/</directory>
- </whitelist>
- </filter>
-</phpunit>