test_template.php 197 B

123456789101112131415
  1. <?php
  2. __p::load_plugin('template');
  3. class pQueryTemplateTest extends UnitTestCase {
  4. function __construct() {
  5. parent::__construct('pQuery template plugin');
  6. }
  7. function test_() {
  8. }
  9. }
  10. ?>