Skip to content
Snippets Groups Projects
Verified Commit bb6df081 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #122 view administration doctype

parent 09fd227b
No related branches found
No related tags found
No related merge requests found
......@@ -410,9 +410,8 @@ class DoctypeControllerTest extends TestCase
$this->assertSame('SVR', $responseBody->doctype->process_mode);
$this->assertNotNull($responseBody->secondLevel);
$this->assertNotNull($responseBody->processModes);
$this->assertSame(null, $responseBody->modelSelected->template_id);
$this->assertSame('N', $responseBody->modelSelected->is_generated);
$this->assertSame(self::$doctypeId, $responseBody->modelSelected->type_id);
$this->assertSame(null, $responseBody->doctype->template_id);
$this->assertSame('N', $responseBody->doctype->is_generated);
$this->assertNotNull($responseBody->models);
$this->assertNotNull($responseBody->indexes);
$this->assertSame(self::$doctypeId, $responseBody->indexesSelected[0]->type_id);
......
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