Problem/Motivation
Some methods used into tests are deprecated.
Steps to reproduce
Install drupal/entity_reference_revisions and mglaman/drupal-check and run the following command :
./vendor/bin/drupal-check web/modules/contrib/entity_reference_revisions/
The restult is :
------ --------------------------------------------------------------------
Line src/Plugin/diff/Field/EntityReferenceRevisionsFieldDiffBuilder.php
------ --------------------------------------------------------------------
Class Drupal\diff\FieldDiffBuilderBase not found.
π‘ Learn more at https://phpstan.org/user-guide/discovering-symbols
20 Class Drupal\diff\FieldDiffBuilderBase not found.
π‘ Learn more at https://phpstan.org/user-guide/discovering-symbols
------ --------------------------------------------------------------------
------ -----------------------------------------------------------------------
Line tests/src/Functional/EntityReferenceRevisionsAdminTest.php
------ -----------------------------------------------------------------------
81 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
99 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
100 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
106 Call to deprecated method assertFieldByName() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
$this->assertSession()->fieldExists() or
$this->assertSession()->buttonExists() or
$this->assertSession()->fieldValueEquals() instead.
112 Call to deprecated method assertLinkByHref() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
$this->assertSession()->linkByHrefExists() instead.
113 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
114 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
115 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
116 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
125 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
126 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
131 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
132 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
133 Call to deprecated method assertNoText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseNotContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextNotContains() for HTML responses.
Unlike the deprecated assertNoText(), the passed text should be
HTML
decoded, exactly as a human sees it in the browser.
144 Call to deprecated method assertNoOption() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
$this->assertSession()->optionNotExists() instead.
145 Call to deprecated method assertOption() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
$this->assertSession()->optionExists() instead.
150 Call to deprecated method assertEqual() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.0.0 and is removed from drupal:10.0.0. Use
$this->assertEquals() instead.
151 Call to deprecated method assertEqual() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.0.0 and is removed from drupal:10.0.0. Use
$this->assertEquals() instead.
153 Call to deprecated method assertEqual() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.0.0 and is removed from drupal:10.0.0. Use
$this->assertEquals() instead.
154 Call to deprecated method assertEqual() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.0.0 and is removed from drupal:10.0.0. Use
$this->assertEquals() instead.
155 Call to deprecated method assertEqual() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.0.0 and is removed from drupal:10.0.0. Use
$this->assertEquals() instead.
188 Call to deprecated method assertNoFieldByXPath() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.3.0 and is removed from drupal:10.0.0. Use
$this->xpath() instead and assert that the result is empty.
------ -----------------------------------------------------------------------
------ --------------------------------------------------------------------
Line tests/src/Functional/EntityReferenceRevisionsAutocompleteTest.php
------ --------------------------------------------------------------------
102 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
103 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
151 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
------ --------------------------------------------------------------------
------ -----------------------------------------------------------
Line tests/src/Functional/EntityReferenceRevisionsDiffTest.php
------ -----------------------------------------------------------
126 Call to deprecated method assertRaw() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
$this->assertSession()->responseContains() instead.
127 Call to deprecated method assertRaw() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
$this->assertSession()->responseContains() instead.
------ -----------------------------------------------------------
------ --------------------------------------------------------------------
Line tests/src/Functional/EntityReferenceRevisionsNormalizerTest.php
------ --------------------------------------------------------------------
68 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
78 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
79 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
90 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
93 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
94 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
95 Call to deprecated method assertText() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.2.0 and is removed from drupal:10.0.0. Use
- $this->assertSession()->responseContains() for non-HTML
responses,
like XML or Json.
- $this->assertSession()->pageTextContains() for HTML responses.
Unlike
the deprecated assertText(), the passed text should be HTML
decoded,
exactly as a human sees it in the browser.
108 Call to deprecated method assertEqual() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.0.0 and is removed from drupal:10.0.0. Use
$this->assertEquals() instead.
110 Call to deprecated method assertEqual() of class
Drupal\Tests\BrowserTestBase:
in drupal:8.0.0 and is removed from drupal:10.0.0. Use
$this->assertEquals() instead.
------ --------------------------------------------------------------------
------ ------------------------------------------------------------
Line tests/src/Kernel/EntityReferenceRevisionsCompositeTest.php
------ ------------------------------------------------------------
184 Call to deprecated method assertEqual() of class
Drupal\KernelTests\KernelTestBase:
in drupal:8.0.0 and is removed from drupal:10.0.0. Use
$this->assertEquals() instead.
189 Call to deprecated method assertEqual() of class
Drupal\KernelTests\KernelTestBase:
in drupal:8.0.0 and is removed from drupal:10.0.0. Use
$this->assertEquals() instead.
------ ------------------------------------------------------------
------ -----------------------------------------------------------------------------------------
Line tests/src/Kernel/Plugin/migrate/destination/EntityReferenceRevisionsDestinationTest.php
------ -----------------------------------------------------------------------------------------
Class Drupal\migrate\Plugin\MigrationInterface not found.
π‘ Learn more at https://phpstan.org/user-guide/discovering-symbols
------ -----------------------------------------------------------------------------------------
[ERROR] Found 41 errors