blob: e3e5f24545f0347f470535109d04c8d48cf255a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
require_once dirname(__FILE__).'/../../phpunit2.php';
require_once(dirname(__FILE__).'/../common.php');
class DynamicTest extends PHPUnit2_Framework_TestCase
{
function testConditional()
{
}
}
?>
|