nextcloud/tests/data/app/code-checker/test-deprecated-constant-al...

9 lines
159 B
PHP

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