mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6001 201d5d3c-b55e-5fd7-737f-ddc643e51545
10 lines
No EOL
263 B
PHP
10 lines
No EOL
263 B
PHP
<?php
|
|
require_once(dirname(__FILE__) . '/../autorun.php');
|
|
|
|
class BadTestCases extends TestSuite {
|
|
function BadTestCases() {
|
|
$this->TestSuite('Two bad test cases');
|
|
$this->addFile(dirname(__FILE__) . '/support/empty_test_file.php');
|
|
}
|
|
}
|
|
?>
|