Filter (Qmp\Laravel\Tests\ApiFilterRequest\Filter)
- ✓ Parameters
- ✓ Error response
Aggregate (Qmp\Laravel\Tests\ApiFilterRequest\Filters\Aggregate)
- ✓ Check ko is null
- ✓ Check ko is string
- ✓ Check ko is empty array
- ✓ Check ko is array more than one entry
- ✓ Check ko is no authorized key
- ✓ Check ok
- ✓ Get set data
Conditions (Qmp\Laravel\Tests\ApiFilterRequest\Filters\Conditions)
- ✓ Check ko is null
- ✓ Check ko is string
- ✓ Check ko array of string
- ✓ Check ko nb of params less than 2 params
- ✓ Check ko first params is object
- ✓ Check ko first params is null
- ✓ Check ko second params not on list
- ✓ Check kothird params needed
- ✓ Check kothird params is array
- ✓ Check kothird params is not array
- ✓ Check ko forth params is and or
Fields (Qmp\Laravel\Tests\ApiFilterRequest\Filters\Fields)
- ✓ Check ko is null
- ✓ Check ko is string
- ✓ Check ko field array
- ✓ Check ko field null
- ✓ Check ko field object
- ✓ Check ok field string
Order By (Qmp\Laravel\Tests\ApiFilterRequest\Filters\OrderBy)
- ✓ Check ko is null
- ✓ Check ko is string
- ✓ Check ok string
- ✓ Check ko number
- ✓ Check order sort enum
Filter Request (Qmp\Laravel\Tests\ApiFilterRequest\Middleware\FilterRequest)
Trait Filter Model (Qmp\Laravel\Tests\ApiFilterRequest\Traits\TraitFilterModel)
- ✓ Select paginate no filter
- ✓ Select paginate error filter
- ✓ Select paginate filtered
- ✓ Select paginate aggregate
- ✓ Select paginate conditions