diff --git a/.drone.yml b/.drone.yml index b1340c22..2994f847 100644 --- a/.drone.yml +++ b/.drone.yml @@ -88,7 +88,7 @@ pipeline: secrets: [codecov_token] pull: true files: - - 'tests/unit/clover.xml' + - 'tests/output/clover.xml' when: local: false matrix: diff --git a/.gitignore b/.gitignore index a45f43da..ac12e327 100644 --- a/.gitignore +++ b/.gitignore @@ -46,5 +46,5 @@ nbproject .DS_Store tests/acceptance/output -tests/unit/clover.xml +tests/output/clover.xml .php_cs.cache \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 00000000..4445b172 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,26 @@ + + + + ./tests/unit + + + + + . + + ./l10n + ./tests + + + + + + + + diff --git a/tests/unit/phpunit.xml b/tests/unit/phpunit.xml deleted file mode 100644 index c1a0df00..00000000 --- a/tests/unit/phpunit.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - . - - - - - ../../../files_antivirus - - ../../../files_antivirus/l10n - ../../../files_antivirus/tests - - - - - - - - -