Working on adding check-data to Travis
This commit is contained in:
parent
6eef179a67
commit
1451829589
1 changed files with 0 additions and 26 deletions
|
|
@ -1,26 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace Tests\Unit\Unit;
|
||||
|
||||
use Tests\Unit\TestCase;
|
||||
|
||||
class PaymentGatewayPayPalTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var \UnitTester
|
||||
*/
|
||||
protected $tester;
|
||||
|
||||
protected function _before()
|
||||
{
|
||||
}
|
||||
|
||||
protected function _after()
|
||||
{
|
||||
}
|
||||
|
||||
public function testMe()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue