Sebastian Weckend
Sebastian Weckend
I have something like that as well on task layer, even with include-relation mapping, if the two dont match, but I think its not very clean and elegant and it...
It is not so much about adding it to apiato (you can add it to your project, its just a package), but maintaining apidoc and openapi support at the same...
@Mohammad-Alavi I updated my PR :)
Looks like the culprit is [laravel/passport](https://packagist.org/packages/laravel/passport#v11.10.6) package. Even on the latest stable release 12.3.0 it still requires [league/oauth2-server](https://packagist.org/packages/league/oauth2-server#8.5.4): ^8.5.3, which in turn requires [lcobucci/clock](https://packagist.org/packages/lcobucci/clock), which fixes the PHP version to...
@Mohammad-Alavi Any ideas how I can add tests for the trait?
@Mohammad-Alavi I have excluded the test traits from code coverage. I dont think it makes sense to specifically test test case helper traits.
@Mohammad-Alavi I have added the tests and fixed some issues with my code. I have removed the `setUp` method from the test class, since all of the methods are private...