Skip to content
Snippets Groups Projects
Unverified Commit 4a1519ba authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3033317 by Gábor Hojtsy: AccountProxy initialAccountId and...

Issue #3033317 by Gábor Hojtsy: AccountProxy initialAccountId and ViewKernelTestBase will only be removed in Drupal 9.0.0, fix deprecation messages
parent 55c96a6b
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@ class AccountProxy implements AccountProxyInterface {
*
* @var int
*
* @deprecated Scheduled for removal in Drupal 8.4.x. Use $this->id instead.
* @deprecated in Drupal 8.3.0 and will be removed before Drupal 9.0.0. Use
* $this->id instead.
*/
protected $initialAccountId;
......
......@@ -2,7 +2,7 @@
namespace Drupal\views\Tests;
@trigger_error(__NAMESPACE__ . '\ViewKernelTestBase is deprecated in Drupal 8.0.x, will be removed in Drupal 8.2.x. Use \Drupal\Tests\views\Kernel\ViewsKernelTestBase instead.', E_USER_DEPRECATED);
@trigger_error(__NAMESPACE__ . '\ViewKernelTestBase is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Tests\views\Kernel\ViewsKernelTestBase instead.', E_USER_DEPRECATED);
use Drupal\Core\Database\Database;
use Drupal\Core\Database\Query\SelectInterface;
......@@ -15,7 +15,7 @@
* requires the full web test environment provided by WebTestBase, extend
* ViewTestBase instead.
*
* @deprecated in Drupal 8.0.x, will be removed in Drupal 8.2.x. Use
* @deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use
* \Drupal\Tests\views\Kernel\ViewsKernelTestBase instead.
*
* @see \Drupal\Tests\views\Kernel\ViewsKernelTestBase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment