Use !empty() instead of isset() in constructor so that empty strings don't confuse...
authorAidan Saunders <aidan.saunders@squiffle.uk>
Fri, 28 Aug 2020 14:45:59 +0000 (15:45 +0100)
committerAidan Saunders <aidan.saunders@squiffle.uk>
Fri, 28 Aug 2020 16:27:48 +0000 (17:27 +0100)
commit36cf2d7eecbc466b5725e7de164397a012107af2
tree69779e5cf0efb6f8a9a78cfd4a845d7dd04b0731
parent4ca910f86432d71a5c4b4c3f4c028fc2b524611b
Use !empty() instead of isset() in constructor so that empty strings don't confuse the logic
Update array syntax in comments
Add test for class.api.php
api/class.api.php
tests/phpunit/api/v3/ClassAPITest.php [new file with mode: 0644]