File "all_tests.php"

Full path: /home/argothem/www/v4_old/plugins-dist/porte_plume/tests/all_tests.php
File size: 199 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
require_once('lanceur_spip.php');

class AllTests_barre_outil_markitup extends SpipTestSuite {
	function __construct() {
		parent::__construct('Barre MarkitUp');
		$this->addDir(__FILE__);
	}
}