File: test_with_parse_error.php

package info (click to toggle)
php-simpletest 1.0.0-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 1,144 kB
  • ctags: 3,808
  • sloc: php: 13,921; xml: 681; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (3)
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
    }
    
?>