omines / directadmin

PHP client library to manage DirectAdmin control panel servers.
MIT License
105 stars 48 forks source link

Fixed PHPUnit tests, added 2 Mailbox getters #37

Closed mvdgeijn closed 4 years ago

mvdgeijn commented 4 years ago

I've changed the PHPUnit tests by adding a few assertions and moving the testDeleteAccounts test to the end of the list of tests.

Also changed the used mail limit (per day) to 50 in the mailbox test. Added getMailLimit and getMailSuspended functions. Also included PHPunit tests for these functions.

curry684 commented 4 years ago

Thanks! Didn't realize it was still being used haha.