Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit af579fb8 erstellt von Jan Wennrich's avatar Jan Wennrich
Dateien durchsuchen

chore: setup PHPUnit for project tooling

Übergeordneter d32ba78b
No related branches found
No related tags found
3 Merge Requests!37Update 'next-3.x' with latest changes from 'main',!36Next 2.x,!33Add QUIQQER Tooling
...@@ -6,3 +6,7 @@ phpunit.xml ...@@ -6,3 +6,7 @@ phpunit.xml
tools/ tools/
phpstan.neon phpstan.neon
.phpunit.result.cache
phpunit.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive"> <phive xmlns="https://phar.io/phive">
<phar name="phpstan" version="1.11.1" installed="1.11.1" location="./tools/phpstan" copy="false"/> <phar name="phpstan" version="1.11.1" installed="1.11.1" location="./tools/phpstan" copy="false"/>
<phar name="phpunit" version="^10.5.20" installed="10.5.20" location="./tools/phpunit" copy="false"/>
</phive> </phive>
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/phpunit-bootstrap.php">
<testsuites>
<testsuite name="Tests">
<directory>tests/</directory>
</testsuite>
</testsuites>
</phpunit>
<?php
if (!defined('QUIQQER_SYSTEM')) {
define('QUIQQER_SYSTEM', true);
}
if (!defined('QUIQQER_AJAX')) {
define('QUIQQER_AJAX', true);
}
require_once __DIR__ . '/../../../../bootstrap.php';
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren