Arbit - project tracking

PHP Depend

Browse source code

File: / tests/ PHP/ Depend/ _code/ metrics/ Inheritance/ testCalculatesExpectedNoomMetricForClassWithoutParent.php

Type
text/plain text/plain
Last Author
mapi
Version
1084
Line Rev. Author Source
1 1084 mapi <?php
2 mapi class testCalculatesExpectedNoomMetricForClassWithoutParent
3 mapi {
4 mapi private function foo() {}
5 mapi public function bar() {}
6 mapi protected function baz() {}
7 mapi }