Skip to content
Extraits de code Groupes Projets
Valider 23f1f7cb rédigé par marcimat's avatar marcimat
Parcourir les fichiers

build: utiliser phpunit 10

parent e99bd534
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
{
"name": "spip/tests",
"type": "library",
"description": "Test suite for SPIP.",
"keywords": ["cms", "spip"],
"license": [
"MIT"
],
"type": "library",
"keywords": [
"cms",
"spip"
],
"require": {
"php": ">=8.1.0",
"ext-ctype": "*",
"ext-json": "*"
},
"require-dev": {
"lolli42/finediff": "^1.0",
"phpunit/phpunit": "^10.0",
"symfony/var-dumper": "^6.2",
"symplify/easy-coding-standard": "^11.1"
},
"suggest": {
"ext-iconv": "Can be used as fallback when ext-mbstring is not available",
"ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv"
},
"repositories": [],
"autoload": {
"psr-4": {
"Spip\\Core\\Testing\\": "src/"
......@@ -18,24 +37,10 @@
"Utils\\Rector\\Tests\\": "utils/rector/tests"
}
},
"require": {
"php": ">=7.4.0",
"ext-json": "*",
"ext-ctype": "*"
},
"suggest": {
"ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv",
"ext-iconv": "Can be used as fallback when ext-mbstring is not available"
},
"require-dev": {
"lolli42/finediff": "^1.0",
"phpunit/phpunit": "^8.3 || ^9.4",
"symfony/var-dumper": "^5.4 || ^6",
"symplify/easy-coding-standard": "^11.1"
},
"repositories": [
],
"config": {
"platform": {
"php": "8.1.17"
},
"sort-packages": true
}
}
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false">
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
bootstrap="./tests/bootstrap.php"
colors="true"
stopOnFailure="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
cacheDirectory=".phpunit.cache"
>
<coverage/>
<testsuites>
<testsuite name="core"><directory>./tests/</directory></testsuite>
</testsuites>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter