test_template.php 171 B

12345678910111213
  1. <?php
  2. class pQueryTemplateTest extends UnitTestCase {
  3. function __construct() {
  4. $this->UnitTestCase('pQuery template plugin test');
  5. }
  6. function test_() {
  7. }
  8. }
  9. ?>