Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
PEAR::SVN Test Framework
2
------------------------
3
 
4
This is a test framework for SVN built using PHPUnit.
5
 
6
 
7
Usage
8
------------------------
9
In order for any of these tests to work, they need to access a
10
Subversion repository.
11
 
12
To set up the tests:
13
 
14
- Requires PHPUnit
15
 
16
- Requires SVN to be installed in a php include path, or the
17
  tests need to be moved into the SVN root path.
18
 
19
- Hit test.php with a browser for the results, and get to work
20
  fixing bugs!
21
 
22
 
23
Writing tests
24
------------------------
25
The tests are all written using PHPUnit from pear, so first make
26
sure you have the latest stable release of PHPUnit, and have read
27
the PHPUnit docs at:
28
http://pear.php.net/manual/en/package.php.phpunit.php
29
 
30
$Id: README 12 2004-04-13 12:47:20Z clay $