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

merge-requests/1119/head
Alex Pott 2019-04-01 23:10:24 +01:00
parent f2aeaaa1b8
commit 7555529a7e
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;
/**