Your IP : 216.73.217.68


Current Path : /home/a/t/e/atelierpru/paris/plugins-dist/textwheel/tests/simpletest/
Upload File :
Current File : /home/a/t/e/atelierpru/paris/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__);
	}
}