File manager - Edit - /home/opticamezl/www/newok/libraries/fabrik/vendor/stripe/stripe-php/tests/Stripe/StripeTest.php
Back
<?php namespace Stripe; class StripeTest extends TestCase { /** * @before */ public function saveOriginalValues() { $this->orig = [ 'caBundlePath' => Stripe::$caBundlePath, ]; } /** * @after */ public function restoreOriginalValues() { Stripe::$caBundlePath = $this->orig['caBundlePath']; } public function testCABundlePathAccessors() { Stripe::setCABundlePath('path/to/ca/bundle'); $this->assertEquals('path/to/ca/bundle', Stripe::getCABundlePath()); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings