nur-sery/nur_tests/ldap/sub/Sub.php

12 lines
143 B
PHP

<?php
namespace nur\ldap\sub;
use nur\ldap\PersonObject;
class Sub {
function testSub() {
$p = new PersonObject();
$p->sn();
}
}