1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2026-01-12 22:51:27 +03:00
Files
postfixadmin/tests/simpletest/test/parse_error_test.php
2009-03-15 21:24:56 +00:00

10 lines
303 B
PHP

<?php
// $Id: parse_error_test.php,v 1.2 2006/11/20 23:44:37 lastcraft Exp $
require_once('../unit_tester.php');
require_once('../reporter.php');
$test = &new TestSuite('This should fail');
$test->addTestFile('test_with_parse_error.php');
$test->run(new HtmlReporter());
?>