mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01: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…
Reference in New Issue
Block a user