Skip to content
Snippets Groups Projects
Verified Commit ac35d265 authored by Damien's avatar Damien
Browse files

FEAT #11271 TIME 0:05 Indexing model unit tests

parent 4eb869a6
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ class IndexingModelControllerTest extends TestCase ...@@ -23,6 +23,7 @@ class IndexingModelControllerTest extends TestCase
$args = [ $args = [
'label' => 'mon model d indexation', 'label' => 'mon model d indexation',
'category' => 'incoming',
'private' => true, 'private' => true,
'fields' => [ 'fields' => [
[ [
...@@ -90,6 +91,7 @@ class IndexingModelControllerTest extends TestCase ...@@ -90,6 +91,7 @@ class IndexingModelControllerTest extends TestCase
$args = [ $args = [
'label' => 'mon model d indexation modifié', 'label' => 'mon model d indexation modifié',
'category' => 'incoming',
'default' => false, 'default' => false,
'fields' => [ 'fields' => [
[ [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment