mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on adding check-data to Travis
This commit is contained in:
parent
6eef179a67
commit
1451829589
@ -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…
x
Reference in New Issue
Block a user