File manager - Edit - /home/carfac/public_html/scooterthetort/wp-content/plugins/cloudflare/src/Test/Integration/DefaultConfigTest.php
Back
<?php namespace CF\Integration\Test; use CF\Integration\DefaultConfig; class DefaultConfigTest extends \PHPUnit\Framework\TestCase { public function testGetValueReturnsCorrectValue() { $key = 'key'; $value = 'value'; $config = new DefaultConfig(json_encode(array($key => $value))); $this->assertEquals($value, $config->getValue($key)); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings