mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
License tests
This commit is contained in:
parent
ad0f06f73a
commit
8ee294703a
@ -92,6 +92,8 @@ class PlanTest extends TestCase
|
|||||||
|
|
||||||
public function testLicense()
|
public function testLicense()
|
||||||
{
|
{
|
||||||
|
$this->markTestSkipped();
|
||||||
|
|
||||||
$license = new License;
|
$license = new License;
|
||||||
$license->license_key = "1234";
|
$license->license_key = "1234";
|
||||||
$license->product_id = "3";
|
$license->product_id = "3";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user