Support for larger size codes (such as SNOMED US Extension codes)
[openemr.git] / gacl / test_suite / phpunit / README
blob4d915ee7e14d2c42f6a2385252bdf756526ddf7f
1 DEPENDENCIES
3 phpUnit runs on PHP3 or PHP4.
5 phpUnit uses PCRE (Perl Compatible Regular Expressions).  PCRE is
6 normally compiled into PHP, but it might be missing from custom builds
7 of PHP.
10 INSTALLATION
12 Place the phpunit.php file so that it is in the PHP include_path for
13 the PHP code to be tested.  Installing it in the same directory as the
14 code-under-test should work.
16 The same phpunit.php file can be shared by any number of test suites.
17 You may wish to install phpunit.php in just one place and adjust the
18 PHP include_path to include that place.
21 EXAMPLES
23 The self-test suite for phpUnit itself is currently the best (only)
24 example distributed with phpUnit.  See phpunit_test.php.