File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
entity_to_text_paragraphs/tests/src/Unit
entity_to_text_tika/tests/src/Kernel Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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);
Original file line number Diff line number Diff line change 33namespace Drupal \Tests \entity_to_text_tika \Kernel ;
44
55use Drupal \Core \File \FileSystemInterface ;
6- use Drupal \Core \StreamWrapper \PrivateStream ;
7- use Drupal \Core \StreamWrapper \StreamWrapperInterface ;
86use Drupal \entity_to_text_tika \Storage \LocalFileStorage ;
97use Drupal \file \Entity \File ;
108use Drupal \KernelTests \Core \File \FileTestBase ;
You can’t perform that action at this time.
0 commit comments