rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

Multiple definition exists for TestCase in IDE #173

Closed hasnatbabur closed 5 years ago

hasnatbabur commented 5 years ago

Thanks a lot for the awesome tool.

Is it possible to change the test namespace in you package folder? When I am writing tests my IDE complains that TestCase has multiple definition. I feel it is not a big issue but a simple fix might help. Thanks.

Capture

rtconner commented 5 years ago

How do other libraries fix this?

hasnatbabur commented 5 years ago

@rtconner Please have a look in the image below. Some others using a namespace in their all php files. Thanks

testfix

rtconner commented 5 years ago

Fixed in v3.2.3