┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
webm008.cluster103.gra.hosting.ovh.net
LOCATION:
/home/paxmediccp/www/plugins-dist/textwheel/tests/simpletest
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: lanceur_spip.php
<?php /** * Démarre SPIP afin d'obtenir ses fonctions depuis * les jeux de tests unitaires de type simpletest */ $remonte = ""; while (!is_file($remonte."test.inc") and !is_dir($remonte.'ecrire/')) $remonte = $remonte."../"; foreach ([$remonte."test.inc", $remonte."tests/test.inc", $remonte."tests/tests/legacy/test.inc"] as $f) { if (is_file($f)){ require $f; break; } } if (!defined('_SPIP_TEST_INC')) { die('Impossible de trouver test.inc depuis ' .getcwd()); } demarrer_simpletest();
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 all_tests.php
PHP
189 B
2025-11-12 11:30
EDIT
📄 lanceur_spip.php
PHP
502 B
2025-11-12 11:30
EDIT
📄 nettoyer_raccourcis_typo.php
PHP
5.2 KB
2025-11-12 11:30
EDIT