markTestIncomplete( 'Test of "createUser" method has not been implemented yet.' ); } /** * Test case for createUsersWithArrayInput * * Creates list of users with given input array. * * @covers ::createUsersWithArrayInput */ public function testCreateUsersWithArrayInput() { $this->markTestIncomplete( 'Test of "createUsersWithArrayInput" method has not been implemented yet.' ); } /** * Test case for createUsersWithListInput * * Creates list of users with given input array. * * @covers ::createUsersWithListInput */ public function testCreateUsersWithListInput() { $this->markTestIncomplete( 'Test of "createUsersWithListInput" method has not been implemented yet.' ); } /** * Test case for deleteUser * * Delete user. * * @covers ::deleteUser */ public function testDeleteUser() { $this->markTestIncomplete( 'Test of "deleteUser" method has not been implemented yet.' ); } /** * Test case for getUserByName * * Get user by user name. * * @covers ::getUserByName */ public function testGetUserByName() { $this->markTestIncomplete( 'Test of "getUserByName" method has not been implemented yet.' ); } /** * Test case for loginUser * * Logs user into the system. * * @covers ::loginUser */ public function testLoginUser() { $this->markTestIncomplete( 'Test of "loginUser" method has not been implemented yet.' ); } /** * Test case for logoutUser * * Logs out current logged in user session. * * @covers ::logoutUser */ public function testLogoutUser() { $this->markTestIncomplete( 'Test of "logoutUser" method has not been implemented yet.' ); } /** * Test case for updateUser * * Updated user. * * @covers ::updateUser */ public function testUpdateUser() { $this->markTestIncomplete( 'Test of "updateUser" method has not been implemented yet.' ); } }