|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| SimplePatternCollector ($pattern= '/php $/i') | |
| _handle (&$test, $filename) | |
Data Fields | |
| $_pattern | |
Definition at line 95 of file collector.php.
| _handle | ( | &$ | test, |
| $ | filename | ||
| ) |
Attempts to add files that match a given pattern.
| object | $test | Group test with GroupTest::addTestFile() method. |
| string | $path | Directory to scan. protected |
Reimplemented from SimpleCollector.
Definition at line 116 of file collector.php.
| SimplePatternCollector | ( | $ | pattern = '/php$/i' | ) |
| string | $pattern | Perl compatible regex to test name against See PHP's PCRE for full documentation of valid pattern.s |
Definition at line 104 of file collector.php.
| $_pattern |
Definition at line 96 of file collector.php.