summaryrefslogtreecommitdiffstats
path: root/tests/VenueTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Use (object) notation to create plain objects.Harald Eilertsen2021-04-141-17/+22
|
* Add license comment _after_ the php opening tag.Harald Eilertsen2021-04-141-1/+1
|
* Switch to Reuse for license handling.Harald Eilertsen2021-04-141-0/+5
| | | | Run `reuse lint` to verify that all material is licensed.
* 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.