summaryrefslogtreecommitdiff
path: root/tests/UnitTests/simpletest/test/test_with_parse_error.php
blob: affdb7513ff869e809116572bc6a0af0ea15528d (plain)
1
2
3
4
5
6
7
8
<?php
    // $Id: test_with_parse_error.php,v 1.1 2005/01/24 00:32:14 lastcraft Exp $
    
    class TestCaseWithParseError extends UnitTestCase {
        wibble
    }
    
?>