]> git.openstreetmap.org Git - nominatim.git/history - test/php/Nominatim/ParameterParserTest.php
use namespaces for PHPUnit classes
[nominatim.git] / test / php / Nominatim / ParameterParserTest.php
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