for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace jofner\SDK\TwitchTV\TwitchSDK\Test;
use \jofner\SDK\TwitchTV\TwitchSDK;
class TwitchSDKTest extends \PHPUnit_Framework_TestCase
{
public function testSdk()
$sdk = new TwitchSDK;
$this->assertEquals(new TwitchSDK, $sdk);
}