mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 18:41:52 +02:00
e1f371d14a0db43d4784bc047ad3929ec844697e
* 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
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:
LICENSE
Description
Languages
PHP
88.1%
HTML
7.2%
JavaScript
2.8%
CSS
1.6%
Shell
0.2%