init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace HybridauthTest\Hybridauth;
|
||||
|
||||
use Hybridauth\Hybridauth;
|
||||
|
||||
class HybridauthTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function test_pass()
|
||||
{
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user