Dépôt officiel du core SPIP
Les plugins-dist faisant partie de la distribution SPIP sont présents dans https://git.spip.net/spip/[nom du plugin dist]
https://www.spip.net
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
IMG | 18 years ago | |
config | 9 months ago | |
ecrire | 3 months ago | |
local | 1 year ago | |
prive | 3 months ago | |
tmp | 1 year ago | |
.editorconfig | 2 years ago | |
.gitattributes | 6 months ago | |
.gitignore | 7 months ago | |
CHANGELOG.md | 3 months ago | |
LICENSE | 2 years ago | |
README.md | 7 months ago | |
SECURITY.md | 2 years ago | |
UPGRADE_5.0.md | 4 months ago | |
composer.json | 5 months ago | |
composer.lock | 5 months ago | |
ecs.php | 5 months ago | |
htaccess.txt | 6 months ago | |
index.php | 8 years ago | |
phpcs.xml.dist | 6 months ago | |
phpstan-baseline.neon | 6 months ago | |
phpstan.neon.dist | 6 months ago | |
phpunit.xml.dist | 7 months ago | |
rector.php | 6 months ago | |
spip.php | 9 months ago | |
spip.png | 6 years ago | |
spip.svg | 3 years ago |
README.md
SPIP
SPIP (Système de Publication pour Internet) est un logiciel libre permettant de créer des sites internets, maintenu par sa communauté avec tendresse.
Pour démarrer
Communauté & contributions
- Charte
- Entraide et discussions
- Forge Git (tickets, pull requests)
- Espace de traduction
Politique de sécurité
Tests pour SPIP
Suite de tests basée sur PHPUnit, avec un wrapper pour les tests historiques écrits en script PHP standalone ou en squelette HTML
Commandes spécifiques
Lancer tous les tests
vendor/bin/phpunit
Voir le détail de tous les tests lancés (y compris leurs noms)
vendor/bin/phpunit --debug
Lister toutes les suites de tests :
vendor/bin/phpunit --list-suites
Lister tous les tests :
vendor/bin/phpunit --list-tests
Pour filtrer les tests et n'en executer que certains :
vendor/bin/phpunit --colors --debug --filter=unit/propre/
vendor/bin/phpunit --colors --debug --filter=testCouper