[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/tests/tests/db/ -> DBTest.php (source)

   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  }


Generated: Tue Apr 1 05:10:01 2025 Cross-referenced by PHPXref 0.7.1