Tests - implement BaseTestCase::assert*() methods to verify constructors

This commit is contained in:
Meritoo
2017-09-22 19:22:08 +02:00
parent 2dc215a3e4
commit d0badf1ec6
12 changed files with 57 additions and 19 deletions

View File

@@ -92,7 +92,7 @@ class Client
->getSessionKey($username, $password);
/*
* Use the session's key as of the method's arguments
* Use the session's key as one of the method's arguments
*/
array_unshift($arguments, $sessionKey);