1
0
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:
Hillel Coren 2017-03-09 17:32:35 +02:00
parent 6eef179a67
commit 1451829589

View File

@ -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()
{
}
}