tests/
├── Feature/
│ ├── TaggingTest.php
│ ├── CategorizingTest.php
│ ├── OverridableModelsTest.php
│ ├── MigrationStructureTest.php
├── Unit/
│ ├── Models/
│ │ ├── TagTest.php
│ │ ├── CategoryTest.php
│ │ ├── TagGroupTest.php
│ ├── Traits/
│ │ ├── HasTagsTraitTest.php
│ │ ├── HasCategoriesTraitTest.php
│ ├── Providers/
│ │ └── ServiceProviderTest.php