mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
12 lines
290 B
PHP
12 lines
290 B
PHP
<?php
|
|
require_once('lanceur_spip.php');
|
|
|
|
class AllTests_barre_outil_markitup extends SpipTestSuite {
|
|
function AllTests_barre_outil_markitup() {
|
|
$this->SpipTestSuite('Barre MarkitUp');
|
|
$this->addDir(__FILE__);
|
|
#$this->addFile(find_in_path('tests/barre_outil_markitup.php'));
|
|
}
|
|
}
|
|
|
|
?>
|