01acfa3b40
Type checking / changes (push) Has been cancelled
Type checking / test (push) Has been cancelled
Type checking / typescript-summary (push) Has been cancelled
Node tests / changes (push) Has been cancelled
Node tests / test (push) Has been cancelled
Node tests / test-summary (push) Has been cancelled
Источник: https://github.com/nextcloud/spreed/archive/refs/tags/v22.0.12.tar.gz С этого коммита ветка официального Nextcloud Talk отрезана (решение владельца 2026-07-06). Все дальнейшие изменения — только наши; версии релизов: 22.0.12-f7.N.
27 lines
750 B
XML
27 lines
750 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
bootstrap="bootstrap.php"
|
|
timeoutForSmallTests="900"
|
|
timeoutForMediumTests="900"
|
|
timeoutForLargeTests="900"
|
|
failOnDeprecation="true"
|
|
failOnIncomplete="true"
|
|
failOnRisky="true"
|
|
failOnWarning="true"
|
|
failOnEmptyTestSuite="true"
|
|
failOnNotice="true"
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
|
|
cacheDirectory=".phpunit.result.cache">
|
|
<testsuite name="Talk App Tests">
|
|
<directory>.</directory>
|
|
</testsuite>
|
|
<logging>
|
|
</logging>
|
|
<source>
|
|
<include>
|
|
<directory>../../../spreed/appinfo</directory>
|
|
<directory>../../../spreed/lib</directory>
|
|
</include>
|
|
</source>
|
|
</phpunit>
|