mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Skip apple pay tests
This commit is contained in:
parent
7501d0e7b2
commit
cbe9b7f4f9
@ -39,9 +39,9 @@ class ApplePayDomainMerchantUrlTest extends TestCase
|
||||
|
||||
public function testMerchantFieldGet()
|
||||
{
|
||||
if (! config('ninja.testvars.stripe')) {
|
||||
// if (! config('ninja.testvars.stripe')) {
|
||||
$this->markTestSkipped('Skip test no company gateways installed');
|
||||
}
|
||||
// }
|
||||
|
||||
$config = new \stdClass;
|
||||
$config->publishableKey = 'pk_test';
|
||||
|
Loading…
Reference in New Issue
Block a user