/[drupal]/contributions/modules/semantic_search/tests/bench.php
ViewVC logotype

Contents of /contributions/modules/semantic_search/tests/bench.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Tue Jun 5 06:37:07 2007 UTC (2 years, 5 months ago) by hendler
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-php
adding files from our SVN
1 <?php
2 //DEFINES
3 /**
4 * The main runable test file for SONIA
5 * @package SONIA
6 * */
7 if (!defined('CONFIG_FILE_LOADED')) require 'sonia.test.config.php';
8 require 'sonia.test.helpers.php';
9 require 'sonia.bench.test.php';
10 require 'sonia.mysql.test.db.class.php';
11
12 ?>
13 <html>
14 <head>
15 <title>SONIA TESTS</title>
16 <link rel="stylesheet" type="text/css" href="print.css" media="print">
17 <link rel="stylesheet" type="text/css" href="sonia.css" media="all">
18 </head>
19 <body>
20 <?php
21 $test = new ST(SONIA_TEST_CLEANUP);
22
23 $test->runtests();
24 unset($test);
25 ?>
26 </body>
27 </html>

  ViewVC Help
Powered by ViewVC 1.1.2