<?php // $Rev: 129 $ error_reporting(E_ALL); foreach (new DirectoryIterator(getcwd()) as $entry) { if ($entry->isFile() && strpos($entry, '_testcase.')>0) { echo basename($entry); require_once($entry); echo '<br>...pass!<br><br>'; } } ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.svn | Folder | 2755 |
|
|
all_test.php | File | 281 B | 0755 |
|
element_testcase.php | File | 8.68 KB | 0755 |
|
memory_test.php | File | 3.06 KB | 0755 |
|
performance_test.php | File | 1.08 KB | 0755 |
|
selector_testcase.php | File | 16.49 KB | 0755 |
|