/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
phpunit/multisite.xml
26 строк
626 B
Matias Benedetto
Font Library: Frontend [Stage 1] (#53884)
14 сен 2023, 22:45
Не верифицирован
14 сен 2023, 22:45
933abd6
Код
Авторство
О чём код?
<phpunit bootstrap="./bootstrap.php" backupGlobals="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" convertDeprecationsToExceptions="true" > <php> <env name="WP_MULTISITE" value="1" /> <env name="WORDPRESS_TABLE_PREFIX" value="wptests_" /> </php> <testsuites> <testsuite name="default"> <directory suffix="-test.php">./</directory> <directory suffix=".php">./tests/</directory> </testsuite> </testsuites> <groups> <exclude> <group>ms-excluded</group> <group>fontsapi</group> </exclude> </groups> </phpunit>