Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed May 26, 2024
1 parent 25b49e2 commit 33ebf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Unit/YourExtensionServiceUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function testSanitize(string $input, string $expected) {
/**
* Provides data for testing the sanitize method.
*/
public function dataProviderSanitize(): array {
public static function dataProviderSanitize(): array {
return [
['', ''],
['<p>This is <strong>bold</strong> text.</p>', 'This is bold text.'],
Expand Down

0 comments on commit 33ebf0a

Please sign in to comment.