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
Nils Adermann b48b909773 [task/phpunit-xml] Manually blacklisting a few PHPUnit classes from backups.
The blacklisting of these static variables is necessary because code coverage
will otherwise consume too much memory. The problem did not exist in earlier
PHPUnit versions because all classes beginning with PHPUnit are automatically
blacklisted, and code coverage as well as a few other internal classes were
still internal parts of PHPunit. These were now moved to PHP_ namespace,
causing the problem with backupStaticAttributes.

PHPBB3-9967
2011-01-07 01:07:30 +01:00
build [task/phpunit-xml] Use phpunit.xml for test suite 2011-01-04 22:54:01 +01:00
git-tools/hooks Merge branch 'task/cs278/git-tools' into develop-olympus 2010-09-09 00:20:38 +02:00
phpBB Merge branch 'ticket/bantu/9859' into develop-olympus 2010-12-29 22:56:55 +01:00
tests [task/phpunit-xml] Manually blacklisting a few PHPUnit classes from backups. 2011-01-07 01:07:30 +01:00
.gitignore [task/phpunit-xml] Use phpunit.xml for test suite 2011-01-04 22:54:01 +01:00
phpunit.xml.dist [task/phpunit-xml] Only blacklist the tests directory and do not whitelist. 2011-01-07 00:30:38 +01:00
README.md [task/github-readme] Add README file for GitHub 2010-11-29 20:15:58 +01: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

LICENSE

GNU General Public License v2