base.php 96 B

123456789
  1. <?php
  2. include_once 'config.php';
  3. class pQueryTest extends PHPUnit_Framework_TestCase {
  4. }
  5. ?>