summaryrefslogtreecommitdiff
path: root/_test/cases/inc/parser/lexer.group.php
blob: 99ec993be0651e0fda1f1eeadadcdf7e15808dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
* @version $Id: lexer.group.php,v 1.2 2005/03/25 21:00:22 harryf Exp $
* @package JPSpan
* @subpackage Tests
*/

/**
* @package JPSpan
* @subpackage Tests
*/
class LexerGroupTest extends GroupTest {

    function LexerGroupTest() {
        $this->GroupTest('LexerGroupTest');
        $this->addTestFile('lexer.test.php');
    }
    
}

?>