mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
tests: Make addonname/tests base addon tests dir
This makes it easier to treat anything under tests/ as namespaced for PSR-4 autoloading.
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
<directory suffix="Test.php">./unit/</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Hubzilla addons unit tests">
|
||||
<directory suffix="Test.php">../extend/addon/*/*/tests/unit/</directory>
|
||||
<directory suffix="Test.php">../extend/addon/*/*/tests/</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Hubzilla themes unit tests">
|
||||
<directory suffix="Test.php">../extend/theme/*/*/tests/unit/</directory>
|
||||
<directory suffix="Test.php">../extend/theme/*/*/tests/</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Hubzilla widgets unit tests">
|
||||
<directory suffix="Test.php">../extend/widget/*/*/tests/unit/</directory>
|
||||
<directory suffix="Test.php">../extend/widget/*/*/tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<source>
|
||||
|
||||
Reference in New Issue
Block a user