summaryrefslogtreecommitdiffstats
path: root/tests/data/app/code-checker/test-implements.php
blob: 3bf2f959b5259a5d503dcdbcc1762f4df6e19ae7 (plain)
1
2
3
4
5
6
7
8
9
<?php

/**
 * Class BadClass - sub class a forbidden class is not allowed
 *     NOTE: lowercase typo is intended
 */
class BadClass implements oC_Avatar {

}