| Current Path : /home/atelierpru/provence/plugins-dist/textwheel/tests/simpletest/ |
| Current File : /home/atelierpru/provence/plugins-dist/textwheel/tests/simpletest/all_tests.php |
<?php
require_once('lanceur_spip.php');
class AllTests_textwheel extends SpipTestSuite {
function __construct() {
parent::__construct('Tests Textwheel');
$this->addDir(__FILE__);
}
}