Power-Components / livewire-powergrid

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.
https://livewire-powergrid.com
MIT License
1.46k stars 215 forks source link

[TESTS] Improve test files organization #1332

Closed dansysanalyst closed 7 months ago

dansysanalyst commented 7 months ago

⚡ PowerGrid - Pull Request


Motivation

Description

This PR aims to improve the Test files organization.

I have created a new folder Concerns to decongest the tests folder.

I have also added the file tests/Feature/ArchitectureTest.php and provided a test to verification to avoid the usage strict_types (for now).

Documentation

This PR requires Documentation update?