phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
Find a file
Joas Schilling 94bc65e203 [feature/dbal-tests] Added database test & refactored test framework
There is now a phpbb_database_test_case which can be used as a base class for tests that require database access. You have to set up a test_config.php file in your tests/ directory containing host, user, pass etc.

Extra test functionality has been moved to phpbb_test_case_helpers to provide the same functionality in database tests and regular tests without duplicating the code. This is achieved through delegation of method calls.
2010-03-26 16:39:37 +01:00
build Incrementing the version number to 3.0.7-PL1 2010-03-05 21:09:37 +01:00
git-tools/hooks Add feature/ support to branchname hook 2010-03-08 01:04:33 +01:00
phpBB Merge branch 'bug/cs278/58685' into develop-olympus 2010-03-18 22:13:25 +01:00
tests [feature/dbal-tests] Added database test & refactored test framework 2010-03-26 16:39:37 +01:00