| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | final class FinderRuleWithoutModulePrefixTest extends TestCase |
||
| 12 | { |
||
| 13 | private FinderRuleWithoutModulePrefix $rule; |
||
| 14 | |||
| 15 | protected function setUp(): void |
||
| 16 | { |
||
| 17 | $this->rule = new FinderRuleWithoutModulePrefix(); |
||
| 18 | } |
||
| 19 | |||
| 20 | public function test_build_without_project_namespace(): void |
||
| 29 | } |
||
| 30 | |||
| 31 | public function test_build_with_project_namespace(): void |
||
| 42 |