Move last legacy API tests & adapt phpunit.xml

This commit is contained in:
Philipp Holzer 2022-01-22 21:24:03 +01:00
commit fbefb599dc
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
7 changed files with 173 additions and 304 deletions

View file

@ -9,7 +9,6 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<testsuite name="friendica">
<directory suffix=".php">functional/</directory>
<directory suffix=".php">legacy/</directory>
<directory suffix=".php">src/</directory>
</testsuite>
<!-- Filters for Code Coverage -->