KrzysiekNDS

Results 3 issues of KrzysiekNDS

### Description In integration testing, when executing a GET request, I get an error Error: Unexpected field `_csrfToken` in POST data after executing a POST type query with csrf token...

defect
testing

## Issue Description The [documentation](https://sequelize.org/docs/v6/other-topics/other-data-types/#json-sqlite-mysql-mariadb-oracle-and-postgresql-only) says that mysql supports DataTypes.JSON In docs seems correct: ![Code_T3t3sE3rQG](https://github.com/user-attachments/assets/d991f04f-57da-4026-82fe-43b1db605110)

### Description When running tests with PHPUnit, I encountered the following exception: `PHPUnit\Framework\ComparisonMethodDoesNotExistException: Comparison method Spatie\Permission\Models\Role::equals() does not exist` This issue occurs because the Role model does not implement an...