PHP Classes

File: unit_tests/config.php

Recommend this page to a friend!
  Classes of Victor Bolshov   PHP Xforms   unit_tests/config.php   Download  
File: unit_tests/config.php
Role: Configuration script
Content type: text/plain
Description: unit test configuration
Class: PHP Xforms
Validate XML documents using XML Schema
Author: By
Last change:
Date: 17 years ago
Size: 294 bytes
 

Contents

Class file image Download
<?php

/**
 * Configuration file for PhpXforms unit-tests (Simpletest-based)
 *
 * @author Victor Bolshov <crocodile2u@yandex.ru>
 * @package PHP_XFORMS
 * @subpackage UNIT_TESTS
 */

define('SIMPLE_TEST', '/home/vbolshov/lib/simpletest');
define('PHP_XFORMS_ROOT', dirname(__FILE__) . '/../');