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

7 lines
139 B
PHP
Raw Normal View History

2015-06-15 18:20:38 +03:00
<?php
/**
* Class BadClass - creating an instance of a blacklisted class is not allowed
*/
2015-06-15 18:50:37 +03:00
\OCP\NamespaceName\ClassName::CONSTANT_NAME;