summaryrefslogtreecommitdiffstats
path: root/tests/VenueTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Change venues into proper objects.Harald Eilertsen2021-04-101-0/+92
This means most static functions now either return a venue object, or an array of venue objects. The exception is the `all_cities` method, which still return an array of cities as strings. The constructor has been made private, as it should not be used directly from anywhere but the static methods on the Venue class.