Create test skeleton with PHPUnit and Travis-CI

This commit is contained in:
Eher
2012-12-02 21:40:34 -02:00
parent b37f971fd7
commit 15df1e0e0d
4 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace Eher\OAuth;
class RequestTest extends \PHPUnit_Framework_TestCase
{
public function testRequest()
{
}
}