miha / namespace-inspection
Inspect if namespaces match directory structure
1.0.0
2017-10-26 13:28 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ^6.4
This package is auto-updated.
Last update: 2025-04-29 00:43:55 UTC
README
DESCRIPTION
- Inspect namespaces if they match directory structure
- Inspect class names if they match file name
USAGE
./vendor/bin/namespace-inspection path-to-directory [initial-namespace]
EXAMPLES
- ./vendor/bin/namespace-inspection src NamespaceInspection
- ./vendor/bin/namespace-inspection tests NamespaceInspectionTest
- ./vendor/bin/namespace-inspection src