server/tests/data/app/code-checker/test-deprecated-use.php
2015-07-17 12:34:56 +02:00

9 lines
157 B
PHP

<?php
use OCP\AppFramework\IApi;
/**
* Class BadClass - creating an instance of a blacklisted class is not allowed
*/
class BadClass implements IApi {
}