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

8 lines
165 B
PHP

<?php
use OCP\NamespaceName as SubAlias;
/**
* Class BadClass - creating an instance of a blacklisted class is not allowed
*/
SubAlias\ClassName::CONSTANT_NAME;