]> git.openstreetmap.org Git - nominatim.git/history - test/php/Nominatim/ParameterParserTest.php
Merge branch 'separate-compilation' of https://github.com/eyusupov/Nominatim into...
[nominatim.git] / test / php / Nominatim / ParameterParserTest.php
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