phpmyadmin/test/classes/Gis
Maximilian Krög afc0e3bcd8
Fix svg class for MultiLineString
It should be multilinestirng instead of linestring,
it's also multipoint and multipolygon, so it makes sense.
Though ultimately this value is never read by phpmyadmin.

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2026-02-21 20:28:15 +01:00
..
GisFactoryTest.php Call PHPUnit static methods using static calls 2024-10-12 14:28:22 -03:00
GisGeometryCollectionTest.php Don't abuse name attribute of svg elements 2024-11-28 09:49:39 -03:00
GisGeometryTest.php Make PHPUnit's assertions stricter 2024-10-12 15:33:45 -03:00
GisGeomTestCase.php Call PHPUnit static methods using static calls 2024-10-12 14:28:22 -03:00
GisLineStringTest.php Don't abuse name attribute of svg elements 2024-11-28 09:49:39 -03:00
GisMultiLineStringTest.php Fix svg class for MultiLineString 2026-02-21 20:28:15 +01:00
GisMultiPointTest.php Don't abuse name attribute of svg elements 2024-11-28 09:49:39 -03:00
GisMultiPolygonTest.php Don't abuse name attribute of svg elements 2024-11-28 09:49:39 -03:00
GisPointTest.php Make PHPUnit's assertions stricter 2024-10-12 15:33:45 -03:00
GisPolygonTest.php Don't abuse name attribute of svg elements 2024-11-28 09:49:39 -03:00
GisVisualizationTest.php Make PHPUnit's assertions stricter 2024-10-12 15:33:45 -03:00