Update ContentTypesParserTest.php

This commit is contained in:
Bob den Otter
2020-02-08 15:09:29 +01:00
parent ffd60d44c2
commit 15dfe475bb

View File

@@ -81,7 +81,6 @@ class ContentTypesParserTest extends ParserTestBase
$this->assertSame('Title', $config['homepage']['fields']['title']['label']);
$this->assertSame('text', $config['homepage']['fields']['title']['type']);
$this->assertTrue($config['homepage']['fields']['title']['localize']);
$this->assertTrue($config['homepage']['viewless']);
$this->assertTrue($config['homepage']['singleton']);
$this->assertSame('published', $config['homepage']['default_status']);
$this->assertSame('fa-home', $config['homepage']['icon_many']);