summaryrefslogtreecommitdiff
path: root/_test/cases/inc/parser/lexer.group.php
blob: 6e9ef0742d7ed6fa25b9f6192ae49ea61875bc8a (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(dirname(__FILE__).'/lexer.test.php');
    }
    
}

?>