1
0

test-deprecated-constant.php 139 B

123456
  1. <?php
  2. /**
  3. * Class BadClass - creating an instance of a blacklisted class is not allowed
  4. */
  5. \OCP\NamespaceName\ClassName::CONSTANT_NAME;