mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-12-11 01:45:31 -05: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