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

[TEST] Entity test

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