server/tests/data/app/code-checker/test-deprecated-function-sub.php
2015-07-17 12:34:56 +02:00

6 lines
111 B
PHP

<?php
use OCP\NamespaceName;
NamespaceName\ClassName::functionName();
NamespaceName\ClassName::methodName();