Issue #3034015 by mondrake, Wim Leers, Mile23: Class to test deprecation error for deprecated trait triggers deprecation error itself

(cherry picked from commit 7555529a7e)
8.7.x
Alex Pott 2019-04-01 23:10:24 +01:00
parent 8f85b859dc
commit c45d44b3f8
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\serialization\Unit\Normalizer;
namespace Drupal\serialization_test;
use Drupal\serialization\Normalizer\TimeStampItemNormalizerTrait;

View File

@ -2,6 +2,7 @@
namespace Drupal\Tests\serialization\Unit\Normalizer;
use Drupal\serialization_test\TimeStampItemNormalizerTraitDeprecatedTestClass;
use Drupal\Tests\UnitTestCase;
/**