Create test skeleton with PHPUnit and Travis-CI
This commit is contained in:
10
test/Eher/OAuth/RequestTest.php
Normal file
10
test/Eher/OAuth/RequestTest.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Eher\OAuth;
|
||||
|
||||
class RequestTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function testRequest()
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user