]> git.openstreetmap.org Git - nominatim.git/history - test/php/Nominatim/ParameterParserTest.php
ignore API parameters in array notation
[nominatim.git] / test / php / Nominatim / ParameterParserTest.php
2022-07-23 Sarah Hoffmannignore API parameters in array notation
2022-07-03 Sarah HoffmannMerge pull request #2706 from mtmail/php-fixes-php7...
2022-07-03 Marc TobiasPHP 8 behaves slightly different with in_array and...
2022-03-17 Tareq Al-AhdalRevert the removal of new line at the end of the file
2022-03-17 Tareq Al-Ahdalreattach 'name:' prefix to keys
2022-03-17 Tareq Al-Ahdalremove duplicate values
2022-03-17 Tareq Al-AhdalMerge branch 'master' into country-names-yaml-configuration
2022-03-17 Tareq Al-AhdalReformatting of country keys
2022-03-17 Sarah HoffmannMerge pull request #2637 from lonvia/keep-linked-place...
2022-03-17 Sarah Hoffmannadapt ParameterParser tests to new key list
2022-01-04 Sarah HoffmannMerge pull request #2562 from lonvia/copyright-headers
2022-01-03 Sarah Hoffmannadd consistent SPDX copyright headers
2020-12-21 Sarah HoffmannMerge pull request #2115 from lonvia/use-dotenv
2020-12-19 Sarah Hoffmannadapt php tests to new directory constants
2020-05-13 Sarah HoffmannMerge branch 'patch-1' of https://github.com/ganeshkris...
2020-04-26 Sarah HoffmannMerge branch 'separate-compilation' of https://github...
2020-02-20 Sarah HoffmannMerge pull request #1692 from mtmail/tests-for-HasSetAny
2020-02-19 marc tobiasunit tests for ParameterParser::hasSetAny
2019-11-06 Sarah HoffmannMerge pull request #1555 from mtmail/setup-escape-shell...
2019-11-06 Sarah HoffmannMerge pull request #1548 from mtmail/centos7-postgresql-11
2019-10-28 Sarah HoffmannMerge branch 'fix-getcol-zero' of https://github.com...
2019-10-28 Sarah HoffmannMerge pull request #1532 from eyusupov/use-extradir
2019-10-28 Sarah Hoffmannadapt tests to short_name demotion
2018-11-24 Sarah HoffmannMerge pull request #1237 from ckquentvp/fix-accept...
2018-11-24 nametest languages with underscores (e.g. ja_rm)
2018-10-02 Sarah HoffmannMerge branch 'updatePHP' of https://github.com/ThomasBa...
2018-09-16 Sarah HoffmannMerge pull request #1180 from mtmail/php-testsuite...
2018-09-15 marc tobiasmake PHP testsuite work with PHPUnit6
2018-08-26 Sarah HoffmannMerge pull request #1155 from lonvia/namespace-for...
2018-08-25 Sarah Hoffmannuse namespaces for PHPUnit classes
2018-04-18 Sarah HoffmannMerge pull request #977 from lonvia/fix-byteswap-check
2018-04-13 mtmailPHP code style: enforce long array initialisation ...
2018-03-08 Sarah HoffmannMerge branch 'vagrant-centos-with-selinux' of https...
2018-03-06 Sarah HoffmannMerge pull request #941 from mtmail/parameter-parser...
2018-03-06 marc tobiasParameterParser: getSet default value doesnt have to...
2018-03-06 marc tobiasParameterParser: getStringList removes empty strings
2018-03-06 marc tobiasParameterParser: getFloat with empty string value throw...
2018-03-06 marc tobiasParameterParser: getInt with empty string value throws...
2018-02-28 Marc Tobias Mettenuse assertSame to check array order, 0 vs false
2018-02-24 Marc Tobias Mettenuse setExpectedException to make sure exceptions are...
2018-02-23 Marc Tobias MettenPHP tests for ParameterParser