test_array.php 165 B

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