File "all_tests.php"

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

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

class AllTests_textwheel extends SpipTestSuite {
	function __construct() {
		parent::__construct('Tests Textwheel');
		$this->addDir(__FILE__);
	}
}