miha/namespace-inspection

Inspect if namespaces match directory structure

1.0.0 2017-10-26 13:28 UTC

This package is auto-updated.

Last update: 2024-08-29 05:07:42 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