Your IP : 216.73.216.251


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