We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9582ed4 commit edb8ac1Copy full SHA for edb8ac1
framework/core/tests/integration/api/discussions/CreateTest.php
@@ -78,7 +78,7 @@ public function cannot_create_discussion_without_content_property()
78
(new Extend\Formatter)
79
->unparse(function ($content) {
80
return $content;
81
- })
+ }),
82
83
(new Extend\Event())
84
->listen(\Flarum\Post\Event\Saving::class, function ($event) {
@@ -124,7 +124,7 @@ public function cannot_create_discussion_with_content_set_to_null()
124
125
126
127
128
129
130
0 commit comments