summaryrefslogtreecommitdiffhomepage
path: root/test/test_php_application.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-11Tests: added PHP test with rewrite and query string.Andrei Zeliankou1-0/+30
2023-06-14Tests: get rid of classes in test files.Andrei Zeliankou1-621/+654
2023-06-12Tests: prerequisites checking reworked.Andrei Zeliankou1-2/+2
2023-05-29Tests: more fixtures.Andrei Zeliankou1-11/+9
2023-05-25Tests: removed unused variables.Andrei Zeliankou1-2/+2
2023-02-21Tests: switched to using f-strings.Andrei Zeliankou1-32/+27
2023-01-30Tests: Add some PHP tests for 403 and 404 error handling.Andrew Clayton1-0/+20
2022-11-02PHP: allowed to specify URLs without a trailing '/'.Andrew Clayton1-0/+44
2022-09-07Tests: minor fixes.Andrei Zeliankou1-10/+1
2022-04-11Tests: style.Andrei Zeliankou1-7/+4
2021-12-12Tests: fixed type of applications.Andrei Zeliankou1-3/+3
2021-12-11Tests: added more OPcache tests.Andrei Zeliankou1-12/+53
2021-12-10Tests: fixed path to the "php.ini" file.Andrei Zeliankou1-2/+10
2021-11-09Tests: PHP shared opcache test added.Max Romanov1-0/+17
2021-10-18Tests: style.Andrei Zeliankou1-1/+0
2021-05-07Tests: PHP test with getting variable before the script is loaded.Andrei Zeliankou1-2/+12
2021-04-08Tests: preserving unit.log when run without restart.Max Romanov1-24/+15
2021-04-05Tests: style.Andrei Zeliankou1-5/+9
2021-01-14Tests: added missing checks for configuration results.Andrei Zeliankou1-15/+15
2021-01-13Tests: style.Andrei Zeliankou1-1/+0
2021-01-12Tests: unit_stop() removed where possible.Andrei Zeliankou1-6/+10
2020-12-10Tests: added tests for PHP_AUTH_* variables.Andrei Zeliankou1-0/+58
2020-12-06Tests: options moved to the separate class.Andrei Zeliankou1-1/+1
2020-11-11Tests: added a test for fastcgi_finish_request() function.Andrei Zeliankou1-0/+26
2020-10-19Tests: fixed unit.log print.Andrei Zeliankou1-5/+6
2020-10-06PHP: compatibility with 8.0.0 RC1.Valentin Bartenev1-5/+5
2020-10-07Tests: minor fixes.Andrei Zeliankou1-2/+3
2020-09-16Tests: migrated to the pytest.Andrei Zeliankou1-287/+208
2020-07-28Tests: added PHP test with time check in error log messages.Andrei Zeliankou1-0/+26
2020-05-15Tests: style.Andrei Zeliankou1-1/+1
2020-04-24Tests: introduced module version specification in prerequisites.Andrei Zeliankou1-1/+1
2020-04-14Tests: minor fixes and style.Andrei Zeliankou1-4/+6
2020-03-03Tests: chdir() and open() for PHP module.Tiago Natel de Moura1-4/+131
2020-02-20Tests: added PHP test with invalid index extension only.Andrei Zeliankou1-0/+30
2020-01-23Tests: check for php extension.Tiago Natel de Moura1-1/+11
2019-09-14Tests: refactored prerequisites model.Andrey Zelenkov1-1/+1
2019-07-17Tests: added PHP tests with "script" and "index" options.Andrey Zelenkov1-0/+39
2019-07-08Tests: added PATH_INFO variable test.Andrey Zelenkov1-1/+3
2019-07-05PHP: improved response status code handling.Valentin Bartenev1-0/+40
2019-05-30Tests: adjusted skipping tests.Andrey Zelenkov1-2/+1
2019-04-09Tests: speed up tests.Andrey Zelenkov1-0/+3
2019-04-09Tests: simplified module checking.Andrey Zelenkov1-2/+1
2019-03-28Tests: unit module refactoring.Andrey Zelenkov1-6/+5
2019-03-26Tests: style.Andrey Zelenkov1-121/+209
2019-03-01Tests: made tests compatible with PHP 5.3.Andrey Zelenkov1-3/+3
2019-02-28Tests: fixed PHP "disable_functions" and "disable_classes" tests.Andrey Zelenkov1-64/+54
2019-02-27Tests: added "Host" and "Connetion" headers where necessary.Andrey Zelenkov1-5/+7
2018-12-24Tests: more QUERY_STRING tests.Andrey Zelenkov1-0/+27
2018-11-28Tests: PHP directives "disable_classes" and "disable_functions".Andrey Zelenkov1-0/+110
2018-11-15Tests: added command line arguments parsing in tests.Andrey Zelenkov1-1/+1