Skip to content

Generate query/type tests #40

@brunobg

Description

@brunobg

We could generate feature tests for queries and types automatically. Perhaps something like:

foreach ($model) {
   if (exists query $model) {
     add method for queryItem;
   }
   if (exists query plural($model)) {
     add method for queryList;
   }
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions