[SPIP] v3.2.12 -> v3.2.12 - Reinstallation avec le spip_loader
[lhc/web/www.git] / www / plugins-dist / textwheel / tests / simpletest / all_tests.php
1 <?php
2 require_once('lanceur_spip.php');
3
4 class AllTests_textwheel extends SpipTestSuite {
5 function __construct() {
6 parent::__construct('Tests Textwheel');
7 $this->addDir(__FILE__);
8 }
9 }