| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-14948
|
|
|
|
| |
PHPBB3-14948
|
|
|
|
|
|
|
| |
This seems to cause issues with the UI tests as the backed up
static web driver does not seem to be properly initialized.
PHPBB3-14670
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/13341] Change coverage to whitelist to prevent errors with temp ...
* bantu/ticket/13341:
[ticket/13341] Change coverage to whitelist to prevent errors with temp files.
Conflicts:
phpunit.xml.dist
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
b4f95deefc9d456c5a2d0f6338f6dcecc0829652 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
|
| |
| |
| |
| | |
PHPBB3-12962
|
| |
| |
| |
| | |
PHPBB3-12962
|
| |
| |
| |
| | |
PHPBB3-10839
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
* ticket/10839-olympus:
[ticket/10839] Fix note about running slow tests and build task
[ticket/10839] Removing phpunit.xml.all
[ticket/10839] Always run functional tests by default
Conflicts:
phpunit.xml.dist
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
They are skipped anyway, if $phpbb_functional_url is not configured.
If you want to run tests without functional tests, just append
--exclude-group functional
to your call
PHPBB3-10839
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/12485] Broken tests due to absolute exclude
Conflicts:
.travis.yml
phpunit.xml.all
phpunit.xml.dist
phpunit.xml.functional
|
| |
| |
| |
| | |
PHPBB3-12485
|
| |
| |
| |
| | |
PHPBB3-11870
|
| |
| |
| |
| | |
PHPBB3-11698
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
# By Igor Wiedler
# Via Igor Wiedler (1) and Nathaniel Guse (1)
* develop-olympus:
[ticket/11668] Run lint test at the end of the test suite
Conflicts:
phpunit.xml.all
phpunit.xml.dist
phpunit.xml.functional
|
| |
| |
| |
| |
| |
| | |
The lint test is very slow. Running it at the end should speed up the development cycle.
PHPBB3-11668
|
| |
| |
| |
| | |
PHPBB3-10492
|
| |
| |
| |
| |
| |
| |
| | |
As per the ticket comments, these can simply be removed, rather than having to
be renamed to the new file locations.
PHPBB3-11466
|
| |
| |
| |
| |
| |
| | |
This reverts commit 9c861a0350ae67f06a38ee6efc890412a32751f4.
PHPBB3-10719
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Tests still execute correctly using PHPUnit 3.5 on PHP 5.3 and above. The php
version limitation for a directory was added in PHPUnit 3.6. A separate test
suite is required because the functional tests are in the whitelisted tests
directory. The base test for functional testing is only included in bootstrap
in versions 5.3 and above.
PHPBB3-10414
|
| |
| |
| |
| | |
PHPBB3-10414
|
|/
|
|
| |
PHPBB3-10314
|
|
|
|
| |
PHPBB3-9990
|
|
|
|
| |
PHPBB3-9987
|
|
|
|
|
|
|
|
| |
It would be ideal if we could whitelist the entire phpBB directory or at least
includes, but at present that still breaks because of classes with the same
name.
PHPBB3-9967
|
|
PHPBB3-9967
|