Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 290352b

Browse files
committed
Fix Travis build and CS
1 parent 632535f commit 290352b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

tests/Unit/DependencyInjection/ConfigurationTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ public function testDefaultsForAllConfigFormats()
6565
],
6666
],
6767
],
68-
'ivory_ckeditor' => [
69-
'enabled' => 'auto',
70-
'config_name' => 'cmf_sonata_phpcr_admin_integration',
71-
],
7268
];
7369

7470
$sources = array_map(function ($path) {

tests/Unit/DependencyInjection/Factory/ContentAdminFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testInvalidCKEditorEnabledWithoutConfigName()
4242
{
4343
$config = $this->process($this->buildConfig(), [[
4444
'bundles' => [
45-
'content' => true
45+
'content' => true,
4646
],
4747
]]);
4848

0 commit comments

Comments
 (0)