[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / porte_plume / tests / all_tests.php
index 4e1fda5..ff04bf9 100644 (file)
@@ -2,11 +2,8 @@
 require_once('lanceur_spip.php');
 
 class AllTests_barre_outil_markitup extends SpipTestSuite {
-       function AllTests_barre_outil_markitup() {
-               $this->SpipTestSuite('Barre MarkitUp');
+       function __construct() {
+               parent::__construct('Barre MarkitUp');
                $this->addDir(__FILE__);
-               #$this->addFile(find_in_path('tests/barre_outil_markitup.php'));
        }
-}
-
-?>
+}
\ No newline at end of file