Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |