f78cd035aa84eff9b36d1768f9608e30954e9036
[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 }