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

Issue #3034015 by mondrake, Wim Leers, Mile23: Class to test deprecation error...

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

(cherry picked from commit 7555529a)
parent 8f85b859
No related merge requests found
<?php
namespace Drupal\Tests\serialization\Unit\Normalizer;
namespace Drupal\serialization_test;
use Drupal\serialization\Normalizer\TimeStampItemNormalizerTrait;
......
......@@ -2,6 +2,7 @@
namespace Drupal\Tests\serialization\Unit\Normalizer;
use Drupal\serialization_test\TimeStampItemNormalizerTraitDeprecatedTestClass;
use Drupal\Tests\UnitTestCase;
/**
......
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