Issue #3373836 by Spokje: Remove outdated @todo pointing to #2427811 in ResourceResponseSubscriberTest::providerTestSerialization

merge-requests/3933/head
catch 2023-07-14 11:57:03 +01:00
parent f680053507
commit 349e4c5dcb
1 changed files with 0 additions and 3 deletions

View File

@ -64,9 +64,6 @@ class ResourceResponseSubscriberTest extends UnitTestCase {
'associative array' => [['test' => 'foobar']],
'boolean true' => [TRUE],
'boolean false' => [FALSE],
// @todo Not supported. https://www.drupal.org/node/2427811
// [new \stdClass()],
// [(object) ['test' => 'foobar']],
];
}