summaryrefslogtreecommitdiff
path: root/maintenance/tests/README
blob: b52e790e1df426f5bb2c34566be8a2adb130d956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Some quickie unit tests done with the PHPUnit testing framework. To run the
test suite, run 'make test' in this dir. This directly invokes 'phpunit.'

PHPUnit is no longer maintained by PEAR. To get the current version of
PHPUnit, first uninstall any old version of PHPUnit or PHPUnit2 from PEAR, 
then install the current version from phpunit.de like this:

# pear channel-discover pear.phpunit.de
# pear install phpunit/PHPUnit

You also may wish to install this via your normal package mechanism:

# aptitude install phpunit
 - or -
# yum install phpunit

Notes:
- Label currently broken tests in the group Broken and they will not
  be run by phpunit.  You can add them to the group by putting the
  following comment at the top of the file:
  /**
   * @group Broken
   */
- Need to fix some broken tests