6 lines
96 B
PHP
6 lines
96 B
PHP
<?php
|
|
include dirname(__FILE__, 5) . '/test/lib/ui.php';
|
|
class dynamicTester extends tester
|
|
{
|
|
}
|