for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* SocialConnect project
* @author: Bogdan Popa https://github.com/icex <[email protected]>
*/
namespace Test\OAuth2\Provider;
class LinkedInTest extends AbstractProviderTestCase
{
* {@inheritdoc}
protected function getProviderClassName()
return \SocialConnect\OAuth2\Provider\LinkedIn::class;
}