aboutsummaryrefslogtreecommitdiff
path: root/vendors/simpletest/test/test_with_parse_error.php
blob: 41a5832a5cb9fe5e8589115921527f73b4298a0d (plain)
1
2
3
4
5
6
7
8
<?php
    // $Id: test_with_parse_error.php 901 2005-01-24 00:32:14Z lastcraft $
    
    class TestCaseWithParseError extends UnitTestCase {
        wibble
    }
    
?>