Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/4.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Aug 20, 2020
2 parents 41258ae + bc09c4f commit 01138d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": "^7.2",
"friendsofsymfony/ckeditor-bundle": "^1.0",
"friendsofsymfony/ckeditor-bundle": "^1.0 || ^2.0",
"knplabs/knp-markdown-bundle": "^1.7",
"psr/log": "^1.0",
"sonata-project/block-bundle": "^3.16.1",
Expand Down
1 change: 0 additions & 1 deletion tests/Form/Type/FormatterTypeTest.php
Expand Up @@ -159,7 +159,6 @@ public function testBuildFormWithDefaultFormatter(): void
$formatters = ['text' => 'Text'];

$choiceFormBuilder = $this->createMock(FormBuilderInterface::class);

$choiceFormBuilder->expects($this->once())
->method('getOption')
->with('choices')
Expand Down

0 comments on commit 01138d0

Please sign in to comment.