File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class PEMCertificatesMock
4646 * @param string $file The file to use
4747 * @return string
4848 */
49- private static function buildKeysPath (string $ file ): string
49+ public static function buildKeysPath (string $ file ): string
5050 {
5151 $ base = dirname (__FILE__ , 2 );
5252 return 'file:// ' . $ base . DIRECTORY_SEPARATOR . self ::KEYS_DIR . DIRECTORY_SEPARATOR . $ file ;
@@ -57,7 +57,7 @@ private static function buildKeysPath(string $file): string
5757 * @param string $file The file to use
5858 * @return string
5959 */
60- private static function buildCertsPath (string $ file ): string
60+ public static function buildCertsPath (string $ file ): string
6161 {
6262 $ base = dirname (__FILE__ , 2 );
6363 return 'file:// ' . $ base . DIRECTORY_SEPARATOR . self ::CERTS_DIR . DIRECTORY_SEPARATOR . $ file ;
You can’t perform that action at this time.
0 commit comments