Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14948] Remove checks for unsupported PHP versions | Marc Alexander | 2019-05-09 | 1 | -5/+0 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/15919] Don't run lint test against node_modules | Marc Alexander | 2018-12-23 | 1 | -0/+7 |
| | | | | | | | Also, make sure to correctly handle opendir returning false instead of the stream handle. PHPBB3-15919 | ||||
* | Merge branch '3.0.x' into 3.1.x | Andreas Fischer | 2015-05-29 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | * 3.0.x: [ticket/13875] Ignore cache, ext, and store folder in lint test Conflicts: tests/lint_test.php | ||||
| * | [ticket/13875] Ignore cache, ext, and store folder in lint test | Marc Alexander | 2015-05-28 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-13875 | ||||
* | | [ticket/13809] Test each file individually | Joas Schilling | 2015-05-03 | 1 | -21/+28 |
| | | | | | | | | PHPBB3-13809 | ||||
* | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
|/ | | | | PHPBB3-12594 | ||||
* | Merge remote-tracking branch 'remotes/bantu/ticket/12046' into develop-olympus | Nathan Guse | 2014-01-17 | 1 | -5/+17 |
|\ | | | | | | | | | * remotes/bantu/ticket/12046: [ticket/12046] Use PHP_BINARY environment variable in PHP lint test. | ||||
| * | [ticket/12046] Use PHP_BINARY environment variable in PHP lint test. | Andreas Fischer | 2013-11-29 | 1 | -5/+17 |
| | | | | | | | | PHPBB3-12046 | ||||
* | | [ticket/11699] Also exclude the phpBB/cache directory. | Andreas Fischer | 2013-11-29 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-11699 | ||||
* | | [ticket/11699] Properly exclude the .git directory. Namely missing dot prefix. | Andreas Fischer | 2013-11-29 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-11699 | ||||
* | | [ticket/11699] Exclude build/new_version and build/old_versions from lint. | Andreas Fischer | 2013-11-29 | 1 | -0/+2 |
|/ | | | | PHPBB3-11699 | ||||
* | [ticket/10716] Collect standard error from executed php process. | Oleg Pudeyev | 2012-12-04 | 1 | -2/+3 |
| | | | | | | | | | | | | | php executes everything via a shell. The standard error of this top level shell is not captured by exec/shell_exec/popen/etc. and there is no way to capture it. proc_open might work but it is a nightmare to use and without multiplexing reads from standard error and standard output it can deadlock. Thus the solution in this commit. Put the command into a subshell and redirect standard error to standard output for the subshell. PHPBB3-10716 | ||||
* | [ticket/10716] Skip test if php is not in PATH. | Oleg Pudeyev | 2012-12-04 | 1 | -0/+8 |
| | | | | PHPBB3-10716 | ||||
* | [ticket/10716] Exclude our dependencies from linting. | Oleg Pudeyev | 2012-12-04 | 1 | -1/+12 |
| | | | | PHPBB3-10716 | ||||
* | [ticket/10716] Only lint on php 5.3+. | Oleg Pudeyev | 2012-12-04 | 1 | -0/+5 |
| | | | | PHPBB3-10716 | ||||
* | [ticket/10716] php parse all php files as part of the test suite. | Oleg Pudeyev | 2012-12-04 | 1 | -0/+49 |
PHPBB3-10716 |