Skip to content

Commit d968fa8

Browse files
committed
fix phpstan not finding coverage class fromParagraphToText
1 parent 7271e7c commit d968fa8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed
1515
- fix D10 deprecations: Creation of dynamic property is deprecated
16+
- fix phpstan not finding coverage class fromParagraphToText
1617

1718
### Added
1819
- add event PRE_PROCESS_FILE to allow client or file alteration before Tika OCR

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ The submodule `entity_to_text_paragraphs` requires the library `drupal/paragraph
2525
|:-----------:|:--------------:|
2626
| 8.x | - |
2727
| 9.x | 1.0.x |
28-
| 10.x | 1.0.x |
29-
| 11.x | 1.0.x |
28+
| 10.x | 1.1.x |
29+
| 11.x | 1.1.x |
3030

3131
## Getting Started
3232

modules/entity_to_text_paragraphs/tests/src/Unit/ParagraphsToTextTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function tearDown(): void {
8787
}
8888

8989
/**
90-
* @covers ::fromParagraphToText()
90+
* @covers ::fromParagraphToText
9191
*/
9292
public function testFromParagraphToTextEmpty(): void {
9393
// Create an empty test Paragraphs collection object list.
@@ -98,7 +98,7 @@ public function testFromParagraphToTextEmpty(): void {
9898
}
9999

100100
/**
101-
* @covers ::fromParagraphToText()
101+
* @covers ::fromParagraphToText
102102
*/
103103
public function testFromParagraphToText(): void {
104104
$paragraph1 = $this->prophet->prophesize(Paragraph::class);

0 commit comments

Comments
 (0)