sparkapi / sparkapi4p2

A PHP wrapper for the flexmls REST API.
GNU General Public License v3.0
26 stars 28 forks source link

Fixed an error in the OAuth class. Also added phpunit.xml to clean up uneeded includes. #22

Closed gsaulmon closed 11 years ago

gsaulmon commented 11 years ago

Fix for a variable name typo in the OAuth class.

Also added phpunit.xml to handle the phpunit bootstrapping and config. That way the tests won't need the extra includes. Running phpunit directly from the main directory (where phpunit.xml is contained) will automatically detect the config file and use it.