File manager - Edit - /home/carfac/public_html/scooterthetort/wp-content/plugins/cloudflare/src/Test/Integration/DefaultLoggerTest.php
Back
<?php namespace CF\Integration\Test; use CF\Integration\DefaultLogger; class DefaultLoggerTest extends \PHPUnit\Framework\TestCase { public function testDebugLogOnlyLogsIfDebugIsEnabled() { $logger = new DefaultLogger(true); $returnValue = $logger->debug(''); $this->assertTrue($returnValue); $logger = new DefaultLogger(false); $returnValue = $logger->debug(''); $this->assertNull($returnValue); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings