mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Minor fix for typed property
This commit is contained in:
parent
0a84ddfd9b
commit
6e06e7d1f2
@ -71,7 +71,7 @@ class BaseDriver extends AbstractPaymentDriver
|
||||
public $payment_method;
|
||||
|
||||
/* PaymentHash */
|
||||
public ?PaymentHash $payment_hash;
|
||||
public $payment_hash;
|
||||
|
||||
/* Array of payment methods */
|
||||
public static $methods = [];
|
||||
|
@ -33,18 +33,12 @@ use Tests\TestCase;
|
||||
class InvitationTest extends TestCase
|
||||
{
|
||||
use MakesHash;
|
||||
//use DatabaseTransactions;
|
||||
//use RefreshDatabase;
|
||||
use DatabaseTransactions;
|
||||
// use RefreshDatabase;
|
||||
|
||||
public function setUp() :void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
Session::start();
|
||||
|
||||
$this->faker = \Faker\Factory::create();
|
||||
|
||||
Model::reguard();
|
||||
}
|
||||
|
||||
public function testInvoiceCreationAfterInvoiceMarkedSent()
|
||||
|
Loading…
Reference in New Issue
Block a user