--------------------------------------------------------------------------------------
To run the unit tests
--------------------------------------------------------------------------------------

These tests depend on PHPUnit, see
http://www.phpunit.de/manual/current/en/installation.html for more instructions


To Run all the tests:
	1. Go to the test folder:  	cd test
	2. Run the test cases: 		phpunit


To Run a specific test case:
	1. Go to the test folder:  	cd test
	2. Run the test case: 		phpunit UnitTest login/LoginTest.php
	

*NOTE:  Some tests use test data found in testConfig.php, you will need to edit the
        test data with data that's specific to your account.

--------------------------------------------------------------------------------------	
To run the examples
--------------------------------------------------------------------------------------

Running the examples depend on PHP, see
http://us.php.net/ for more instructions


To Run an example:
	1. Go to the example folder:  	cd login/examples
	2. Run the example:  			php GetLoginInformation.php


--------------------------------------------------------------------------------------
* NOTE:  
--------------------------------------------------------------------------------------        
Some examples require you to enter data such as recipient emails, names, etc.  
Search the example files for the string "TODO" to identify places where you need 
to enter specific information