mirror of
https://github.com/jbcr/core.git
synced 2026-03-26 09:52:10 +01:00
Update ContentTypesParserTest.php
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user