This commit is contained in:
yansongda 2021-06-06 21:50:29 +08:00
parent 46eafb482c
commit 39e69b469d

View File

@ -65,6 +65,7 @@ class FunctionTest extends TestCase
self::assertTrue(Str::contains(get_public_crt_or_private_cert($appSecretCert), 'END RSA PRIVATE KEY')); self::assertTrue(Str::contains(get_public_crt_or_private_cert($appSecretCert), 'END RSA PRIVATE KEY'));
echo $appSecretCertPath; echo $appSecretCertPath;
var_dump(file_get_contents($appSecretCertPath));
self::assertIsResource(get_public_crt_or_private_cert($appSecretCertPath)); self::assertIsResource(get_public_crt_or_private_cert($appSecretCertPath));
} }