[ Index ] |
PHP Cross Reference of YOURLS |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Utilities 5 */ 6 #[\PHPUnit\Framework\Attributes\Group('db')] 7 class DBTest extends PHPUnit\Framework\TestCase { 8 9 public function test_get_num_queries() { 10 $num = yourls_get_num_queries(); 11 $this->assertIsInt($num); 12 } 13 14 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Apr 1 05:10:01 2025 | Cross-referenced by PHPXref 0.7.1 |