Unit test Drupal\serialization\Encoder\JsonEncoder class

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Status: Needs review » Needs work
+++ b/core/modules/serialization/tests/Drupal/serialization/Tests/Encoder/JsonEncoderTest.php
@@ -0,0 +1,34 @@
+
+class JsonEncoderTest extends UnitTestCase {
+
+  public static function getInfo() {

A documentation on that class would be cool.

damiankloip’s picture

Status: Needs work » Needs review
FileSize
693 bytes
1.23 KB

Sure, totally missed that!

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Thank you!

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.