Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-28 | Tests: added PHP test with time check in error log messages. | Andrei Zeliankou | 1 | -0/+26 | |
2020-05-15 | Tests: style. | Andrei Zeliankou | 1 | -1/+1 | |
2020-04-24 | Tests: introduced module version specification in prerequisites. | Andrei Zeliankou | 1 | -1/+1 | |
2020-04-14 | Tests: minor fixes and style. | Andrei Zeliankou | 1 | -4/+6 | |
2020-03-03 | Tests: chdir() and open() for PHP module. | Tiago Natel de Moura | 1 | -4/+131 | |
These tests ensure optimizations in the chdir calls don't break SAPI semantics. | |||||
2020-02-20 | Tests: added PHP test with invalid index extension only. | Andrei Zeliankou | 1 | -0/+30 | |
2020-01-23 | Tests: check for php extension. | Tiago Natel de Moura | 1 | -1/+11 | |
2019-09-14 | Tests: refactored prerequisites model. | Andrey Zelenkov | 1 | -1/+1 | |
2019-07-17 | Tests: added PHP tests with "script" and "index" options. | Andrey Zelenkov | 1 | -0/+39 | |
2019-07-08 | Tests: added PATH_INFO variable test. | Andrey Zelenkov | 1 | -1/+3 | |
2019-07-05 | PHP: improved response status code handling. | Valentin Bartenev | 1 | -0/+40 | |
There's no reason to parse "http_status_line"; the PHP interpreter already does this. If the line contains a valid status code, it's assigned to "http_response_code". This also fixes invalid status line handling, where the nxt_int_parse() function returned -1; it was cast to unsigned, yielding response code 65535. | |||||
2019-05-30 | Tests: adjusted skipping tests. | Andrey Zelenkov | 1 | -2/+1 | |
2019-04-09 | Tests: speed up tests. | Andrey Zelenkov | 1 | -0/+3 | |
2019-04-09 | Tests: simplified module checking. | Andrey Zelenkov | 1 | -2/+1 | |
2019-03-28 | Tests: unit module refactoring. | Andrey Zelenkov | 1 | -6/+5 | |
2019-03-26 | Tests: style. | Andrey Zelenkov | 1 | -121/+209 | |
2019-03-01 | Tests: made tests compatible with PHP 5.3. | Andrey Zelenkov | 1 | -3/+3 | |
2019-02-28 | Tests: fixed PHP "disable_functions" and "disable_classes" tests. | Andrey Zelenkov | 1 | -64/+54 | |
2019-02-27 | Tests: added "Host" and "Connetion" headers where necessary. | Andrey Zelenkov | 1 | -5/+7 | |
Also minor header organizing. | |||||
2018-12-24 | Tests: more QUERY_STRING tests. | Andrey Zelenkov | 1 | -0/+27 | |
2018-11-28 | Tests: PHP directives "disable_classes" and "disable_functions". | Andrey Zelenkov | 1 | -0/+110 | |
2018-11-15 | Tests: added command line arguments parsing in tests. | Andrey Zelenkov | 1 | -1/+1 | |
Added the following command line arguments: -d, --detailed: Show detailed output for tests Usage examples: ./test/run.py --detailed python3 test/test_access_log.py --detailed python3 test/test_access_log.py -d TestUnitAccessLog.test_access_log_ipv6 -l, --log: Save unit.log after the test execution Usage examples: ./test/run.py -l python3 test/test_access_log.py -l python3 test/test_access_log.py --log TestUnitAccessLog.test_access_log_ipv6 | |||||
2018-09-06 | Tests: used relative path for configuration. | Andrey Zelenkov | 1 | -9/+9 | |
2018-07-11 | Tests: more php.ini options tests. | Andrey Zelenkov | 1 | -0/+74 | |
2018-06-07 | Tests: added tests for "precision" option in php.ini. | Andrey Zelenkov | 1 | -0/+12 | |
2018-05-22 | Tests: initial PHP application tests. | Andrey Zelenkov | 1 | -0/+122 | |