Commit Graph

10 Commits (master)

Author SHA1 Message Date
Vitaliy Filippov b789b77c07 Simplify everything
* Remove useless wrapper code (IDPException, Entity\User, Grant\*, httpBuildQuery)
* Remove useless getUserUid(), getUserEmail(), getUserScreenName() methods that throw away remote-fetched data
* Do not depend on Guzzle, use just cURL instead
* Shorten namespace name and remove sub-namespaces
* Do not use Mockery in tests, use custom cURL mock instead (TESTS STILL PASS)
2015-04-19 00:29:09 +03:00
Ben Ramsey a012fbbf0a Run Travis tests on PHP 7 and add linting to build 2015-03-10 16:56:02 -05:00
Woody Gilk c323d4a790 Stop using deprecated Travis option --dev
As per recent Travis builds:

> You are using the deprecated option "dev". Dev packages are installed by default now.
2015-03-01 11:58:12 -06:00
Ben Ramsey a06fc9a1f4 Updating path to PHPUnit to use the PHPUnit installed by Composer 2014-11-28 22:56:19 -05:00
Graham Campbell ff09399e43 Update .travis.yml 2014-08-30 11:11:37 +01:00
Phil Sturgeon 22eb57e49c Use new coverage approach. 2014-05-03 11:30:26 +01:00
Alex Bilbie 2835da1305 Removed 5.3 testing 2014-04-26 18:10:26 +01:00
Alex Bilbie 0846bbd2cd Re-added .travis.yml 2014-04-26 18:00:23 +01:00
Alex Bilbie b61484ce17 Delete .travis.yml 2014-02-04 09:45:28 +00:00
Phil Sturgeon ed42479b9f Create .travis.yml 2013-10-09 06:39:16 -04:00