pie@snap 3 % git clone git://github.com/phpbb/phpbb3.git Cloning into phpbb3... remote: Counting objects: 92853, done. remote: Compressing objects: 100% (21869/21869), done. remote: Total 92853 (delta 61770), reused 91050 (delta 60153) Receiving objects: 100% (92853/92853), 23.89 MiB | 774 KiB/s, done. Resolving deltas: 100% (61770/61770), done. pie@snap 3 % cd phpbb3/tests pie@snap tests % git co develop Branch develop set up to track remote branch develop from origin. Switched to a new branch 'develop' pie@snap tests % phpunit all_tests.php PHPUnit 3.4.12 by Sebastian Bergmann. ............................................................ 60 / 848 ............................................................ 120 / 848 ..IIIIIIIIIII............................................... 180 / 848 ............................................................ 240 / 848 ............................................................ 300 / 848 ............................................................ 360 / 848 ............................................................ 420 / 848 ............................................................ 480 / 848 ............................................................ 540 / 848 ............................................................ 600 / 848 .......................ESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 660 / 848 SSSSSSSSSSSSSSSSSSSSSSSSSSSSS............................... 720 / 848 ............................................................ 780 / 848 ............................................................ 840 / 848 ........ Time: 8 seconds, Memory: 16.25Mb There was 1 error: 1) phpbb_dbal_test::test_return_on_error_select with data set #0 ('phpbb_users', 'username_clean = \'bertie\'', array(array('bertie'))) You have to create a test_config.php like this: " matches expected . 2) phpbb_regex_url_test::test_url with data set #1 ('http://www.phpbb.com/path/file.ext#section', 1) Failed asserting that matches expected . 3) phpbb_regex_url_test::test_url with data set #2 ('ftp://ftp.phpbb.com/', 1) Failed asserting that matches expected . 4) phpbb_regex_url_test::test_url with data set #3 ('sip://bantu@phpbb.com', 1) Failed asserting that matches expected . 5) phpbb_regex_url_test::test_url with data set #4 ('www.phpbb.com/community/', 0) Failed asserting that matches expected . FAILURES! Tests: 848, Assertions: 10065, Failures: 5, Errors: 1, Incomplete: 11, Skipped: 65. pie@snap tests % vi test_config.php