sourceboat / laravel-enumeration

Enum implementation for Laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix namespaces in tests folder

krns opened this issue · comments

Every test has the same namespace namespace Sourceboat\Enumeration\Tests;, event when the tests is located in a sub directory like tests/unit/Weighted/GetMembersGreaterThanOrEqualToTest.php .

I also noticed that GetMembersBetweenTest extends the Orchestra\Testbench\TestCase not the local TestCase class.