Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

Open project update bot requested to merge issue/slick-3455303:project-update-bot-only into 8.x-2.x
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -147,7 +147,7 @@ class SlickFormatterTest extends BlazyKernelTestBase {
* @return array
* An array of tested data.
*/
public function providerTestGetThumbnail() {
public static function providerTestGetThumbnail() {
$data[] = [
'',
FALSE,
@@ -184,7 +184,7 @@ class SlickFormatterTest extends BlazyKernelTestBase {
* @return array
* An array of tested data.
*/
public function providerTestBuildSettings() {
public static function providerTestBuildSettings() {
$data[] = [
[
'vanilla' => TRUE,
Loading