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

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