NC app base
This commit is contained in:
11
tests/phpunit.xml
Normal file
11
tests/phpunit.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<phpunit bootstrap="bootstrap.php" colors="true">
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Szabó Dávid <daevidt@gmail.com>
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
<testsuites>
|
||||
<testsuite name="unit">
|
||||
<directory>./Unit</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user