Go to file
Thomas Keller 61d7b4a58d Setup a basic PHPUnit test environment.
To run all available tests its enough to call

 $ phpunit

from the root workspace directory; the default phpunit configuration
resides in phpunit.xml. A bootstrap script sets some default paths
and can be extended later on with other useful stuff.

Each test class' path should mimic the name and path of the source
class, only that the test class gets an additional "Test" appended so
PHPUnit can find it automatically. The data directory can be used
in a flat manner; for tests that need test data a separate directory
containing these files should be added, and the directory should be
named after the test class itself.

The first test which uses the new infrastructure is a test for the
rewritten diff parser (closes issue 627).
2011-03-17 01:12:32 +01:00
contrib/zipstream-php-0.2.2 fixed two notices which lead to corrupt zip archives 2010-11-09 00:11:27 +00:00
doc Refer to monotone 0.99.1 or later, 0.99 is a bit buggy wrt automation 2011-01-24 12:57:22 +01:00
logo Add a favicon 2011-01-07 11:17:14 +01:00
scripts Added an event log to track the post update info. 2011-01-10 10:56:09 +01:00
src/IDF Fix a notice about variable pass by reference 2011-03-17 01:10:59 +01:00
test Setup a basic PHPUnit test environment. 2011-03-17 01:12:32 +01:00
www Merge branch 'develop' of projects.ceondo.com:indefero into develop 2011-03-04 15:18:21 +01:00
.gitignore Update the POT generation in Makefile 2011-02-22 14:26:09 +01:00
AUTHORS Added two more translators to AUTHORS and mark who is in charge for the 2011-03-14 12:50:58 +01:00
CONTRIBUTE.mdtext Fix the transifex URL and re-wrap this section slightly. 2011-03-14 00:11:08 +01:00
COPYING Added installation instructions and configuration example. 2008-08-02 15:13:21 +02:00
INSTALL.mdtext Pluf migrate script need Console_Getopt pear package. 2011-02-24 09:41:58 +01:00
Makefile Update the Makefile 2011-03-10 14:17:39 +01:00
NEWS.mdtext Rewrite the diff parser and reduce the memory footprint. 2011-03-16 23:50:41 +01:00
phpunit.xml Setup a basic PHPUnit test environment. 2011-03-17 01:12:32 +01:00
release-script Add the PHP command to extract the i18n contents from Pluf's template files 2011-02-09 01:02:58 +01:00