mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
* p/ticket/11174: [ticket/11174] Global $cache is a cache service instance. [ticket/11174] Delete more copy pasting. [ticket/11174] Drop needless teardown functions. [ticket/11174] These tests do not need posts fixtures. [ticket/11174] Empty fixture for when we don't need any data. [ticket/11174] Eliminate search wrapper copy pasting. [ticket/11174] Extract phpbb_search_test_case. [ticket/11174] Delete copy pasting. [ticket/11174] Move assertion definition to base class. [ticket/11174] add unit tests for postgres search backend [ticket/11174] include utf_tools in postgres search backend [ticket/11174] negation queries do not return false [ticket/11174] set config values [ticket/11174] add test case for native test [ticket/11174] rename native wrapper class [ticket/11174] add mysql unit tests [ticket/11174] removes unnecessary space from word [ticket/11174] include utf_tools in mysql backend |
||
---|---|---|
build | ||
code_sniffer/phpbb | ||
git-tools | ||
phpBB | ||
tests | ||
travis | ||
.gitignore | ||
.travis.yml | ||
composer.phar | ||
phpunit.xml.all | ||
phpunit.xml.dist | ||
phpunit.xml.functional | ||
README.md |
ABOUT
phpBB is a free bulletin board written in PHP.
COMMUNITY
Find support and lots more on phpBB.com! Discuss the development on area51.
INSTALLING DEPENDENCIES
To be able to run an installation from the repo (and not from a pre-built package) you need to run the following commands to install phpBB's dependencies.
cd phpBB
php ../composer.phar install --dev
CONTRIBUTE
- Create an account on phpBB.com
- Create a ticket (unless there already is one)
- Read our Git Contribution Guidelines; if you're new to git, also read the introduction guide
- Send us a pull request
AUTOMATED TESTING
We have unit and functional tests in order to prevent regressions. You can view the bamboo continuous integration here or check our travis build below.
develop -
develop-olympus -