10 lines
94 B
PHP
10 lines
94 B
PHP
<?php
|
|
|
|
require "tests.php";
|
|
|
|
$c = new C();
|
|
$d = new D();
|
|
$d->DoSomething($c);
|
|
|
|
check::done();
|