mirror of
https://gitee.com/yansongda/pay.git
synced 2024-11-30 03:07:38 +08:00
update
This commit is contained in:
parent
50bf6119e8
commit
46eafb482c
@ -63,6 +63,8 @@ class FunctionTest extends TestCase
|
||||
|
||||
self::assertEquals(file_get_contents($alipayPublicCertPath), get_public_crt_or_private_cert($alipayPublicCertPath));
|
||||
self::assertTrue(Str::contains(get_public_crt_or_private_cert($appSecretCert), 'END RSA PRIVATE KEY'));
|
||||
|
||||
echo $appSecretCertPath;
|
||||
self::assertIsResource(get_public_crt_or_private_cert($appSecretCertPath));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user