Skip to content
Snippets Groups Projects
Commit 80077b95 authored by Vinciane's avatar Vinciane
Browse files

FIX #9511 Fix TU after change controller

parent 768a5b94
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ class EntityControllerTest extends TestCase
$this->assertSame(false, $responseBody->entity->hasChildren);
$this->assertSame(0, $responseBody->entity->documents);
$this->assertInternalType('array', $responseBody->entity->users);
$this->assertSame(0, $responseBody->entity->templates);
$this->assertInternalType('array', $responseBody->entity->templates);
$this->assertSame(0, $responseBody->entity->instances);
$this->assertSame(0, $responseBody->entity->redirects);
}
......
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