File: index.php

package info (click to toggle)
php-xml-htmlsax3 3.0.0%2Bcvs01112007-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 160 kB
  • ctags: 327
  • sloc: php: 1,060; xml: 152; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<?php
/**
* @package XML
* @version $Id: index.php,v 1.1 2004/05/27 15:13:31 hfuecks Exp $
*/
if (!defined('SIMPLE_TEST')) {
    define('SIMPLE_TEST', '/htdocs/simpletest/');
}
include('unit_tests.php');
?>