Skip to content

Commit

Permalink
fix deprecation by passing @dataProvider as static function
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed May 21, 2024
1 parent 842b49f commit 7757141
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- removed translation-files - Issue #3365383

### Fixed
- fix deprecation by passing @dataprovider as static function

## [3.0.1] - 2023-06-02
### Fixed
- fix issue #3336616 by Harlor, wengerk: CKEditor5 replaces nbsp with whitespaces
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/NbspCleanerFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function testCleanerFilter($input, $expected) {
/**
* Provides texts to check and expected results.
*/
public function providerTexts() {
public static function providerTexts() {
return [
['', ''],
['<p>Maecenas cursus posuere</p>', '<p>Maecenas cursus posuere</p>'],
Expand Down

0 comments on commit 7757141

Please sign in to comment.