PHP Classes

File: unit_tests/README.txt

Recommend this page to a friend!
  Classes of Victor Bolshov   PHP Xforms   unit_tests/README.txt   Download  
File: unit_tests/README.txt
Role: Documentation
Content type: text/plain
Description: README for the unit test
Class: PHP Xforms
Validate XML documents using XML Schema
Author: By
Last change:
Date: 17 years ago
Size: 532 bytes
 

Contents

Class file image Download
Unit tests use Simpletest (http://simpletest.org/, http://sourceforge.net/projects/simpletest/) framework. ------------------------------------------- How to make it all run? 1) Edit config.php so that a) SIMPLE_TEST points to simpletest root directory and b) PHP_XFORMS_ROOT points to PhpXforms root (should be ok in the just-downloaded package) 2) Make sure you have permissions to write to unit_tests directory 3) In a shell, type php runtests.cli.php ------------------------------------------- Use tests as documentation