1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 17:31:35 +02:00
invoiceninja/tests/unit/PaymentGatewayPayPalTest.php
Holger Lösken d36675b15b Use Elixir for asset management
- Set up Elixir for asset management
- CSS + JS will be handled via Elixir/Gulp in gulpfile.js
- Removed outdates public/js files
2016-07-20 08:29:45 +00:00

26 lines
313 B
PHP

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