mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18: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.
* nickvergessen/ticket/12483: [ticket/12483] Fix selectors for installing extensions in functional tests [ticket/12483] Remove unused globals [ticket/12483] Fix finder usage when generating the schema.json file [ticket/12483] Fix copyright in prepare_extension.sh [ticket/12483] Use file_put_contents() [ticket/12483] Close database connection when tearDown() is called [ticket/12483] Require the extension manager class [ticket/12483] Move schema files into tmp/ and only copy them when needed [ticket/12483] Add a .sh that moves an extension in place [ticket/12483] Allow to setup extensions before database and functional tests |
||
---|---|---|
build | ||
git-tools | ||
phpBB | ||
tests | ||
travis | ||
.gitignore | ||
.travis.yml | ||
composer.phar | ||
phpunit.xml.dist | ||
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: