summaryrefslogtreecommitdiffstats
path: root/tests/data/app/code-checker/test-deprecated-constant-sub.php
blob: 86e0ff52efe43a92ebe0d8042abb1790fe2dbc1d (plain)
1
2
3
4
5
6
7
8
<?php

use OCP\NamespaceName;

/**
 * Class BadClass - creating an instance of a blacklisted class is not allowed
 */
NamespaceName\ClassName::CONSTANT_NAME;