From 15dfe475bbfedec3beb05e5cc66faaa042be85ea Mon Sep 17 00:00:00 2001 From: Bob den Otter Date: Sat, 8 Feb 2020 15:09:29 +0100 Subject: [PATCH] Update ContentTypesParserTest.php --- tests/php/Configuration/Parser/ContentTypesParserTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/php/Configuration/Parser/ContentTypesParserTest.php b/tests/php/Configuration/Parser/ContentTypesParserTest.php index 13dcdc54..1178fa5a 100644 --- a/tests/php/Configuration/Parser/ContentTypesParserTest.php +++ b/tests/php/Configuration/Parser/ContentTypesParserTest.php @@ -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']);