diff options
author | Mario <mario@mariovavti.com> | 2021-10-22 08:07:19 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-22 08:07:19 +0000 |
commit | 8bae40449f2a5bfcc6ef86f82be1e15bdb9b9acd (patch) | |
tree | 0ec6ef6ebfff3b9e07fb90df99b6caba654eccb6 /library/urlify/tests/phpunit.xml | |
parent | bc3bb4694a7bd3f41a08c4676db6dc999790d5e6 (diff) | |
download | volse-hubzilla-8bae40449f2a5bfcc6ef86f82be1e15bdb9b9acd.tar.gz volse-hubzilla-8bae40449f2a5bfcc6ef86f82be1e15bdb9b9acd.tar.bz2 volse-hubzilla-8bae40449f2a5bfcc6ef86f82be1e15bdb9b9acd.zip |
remove library/urlify and use vendor/jbroadway/urlify instead
Diffstat (limited to 'library/urlify/tests/phpunit.xml')
-rw-r--r-- | library/urlify/tests/phpunit.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/library/urlify/tests/phpunit.xml b/library/urlify/tests/phpunit.xml deleted file mode 100644 index 2666a3ccb..000000000 --- a/library/urlify/tests/phpunit.xml +++ /dev/null @@ -1,8 +0,0 @@ -<phpunit bootstrap="bootstrap.php"> - <testsuite name="URLify Test Suite"> - <directory>.</directory> - </testsuite> - <logging> - <log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/> - </logging> -</phpunit> |