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
Andreas Fischer c40d7f0896 [ticket/13341] Change coverage to whitelist to prevent errors with temp files.
b4f95deefc suggests that this can lead to issues
with classes having the same name. However, this does not seem to be a problem
with the current version of PHPUnit we are using.

Despite https://phpunit.de/manual/4.1/en/code-coverage-analysis.html saying
that addUncoveredFilesFromWhitelist="true" is optional, this seems to be on by
default in PHPUnit 4.1.0. As a result, all files are considered for code
coverage; which is what we want.

processUncoveredFilesFromWhitelist is however false (by default) and as such
even files that are considered for code coverage are not processed through PHP
when not used in actual tests. Since it is already impossible to test multiple
classes with the same name in the same test run (without process isolation),
because that would already lead to "cannot redeclare class" errors, it is also
impossible for "cannot redeclare class" errors to happen in test coverage.

PHPBB3-13341
2014-11-14 13:44:42 +01:00
build [ticket/13331] Use docs target for this branch, add docs-all for dev branches. 2014-11-12 21:40:26 +01:00
git-tools [ticket/12720] Allow commit heading to begin with lowercase letters 2014-06-16 18:55:19 +05:30
phpBB [ticket/13324] Update sami/sami and fabpot/goutte for new zipball location. 2014-11-11 12:23:02 +01:00
tests Merge pull request #2460 from Nicofuma/ticket/11224 2014-10-06 23:20:50 +02:00
travis [ticket/12741] Change the mode of the socket file 2014-06-19 18:44:44 +02:00
.gitignore [ticket/12467] Add config*.php and tests_config*.php to .gitignore 2014-05-02 13:47:30 +02:00
.travis.yml [ticket/12917] Check commit message and image ICC profile on 5.3.3 2014-08-07 13:40:31 +02:00
composer.phar [ticket/12302] Updated composer.phar to 1.0.0-alpha8 2014-03-25 17:09:00 +01:00
phpunit.xml.dist [ticket/13341] Change coverage to whitelist to prevent errors with temp files. 2014-11-14 13:44:42 +01:00
README.md [ticket/12316] Add Build Status Icon for develop-ascraeus to README.md 2014-03-30 00:07:08 -07:00

phpBB

ABOUT

phpBB is a free bulletin board written in PHP.

COMMUNITY

Find support and lots more on phpBB.com! Discuss the development on area51.

CONTRIBUTE

  1. Create an account on phpBB.com
  2. Create a ticket (unless there already is one)
  3. Read our Git Contribution Guidelines; if you're new to git, also read the introduction guide
  4. 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 Build Status
  • develop-ascraeus Build Status
  • develop-olympus Build Status

LICENSE

GNU General Public License v2