diff --git a/tests/src/Functional/EntityTestTest.php b/tests/src/Functional/EntityTestTest.php index fc456c8..a460506 100644 --- a/tests/src/Functional/EntityTestTest.php +++ b/tests/src/Functional/EntityTestTest.php @@ -190,8 +190,4 @@ class EntityTestTest extends ResourceTestBase { return $cacheability; } - public function testPatchIndividual() { - return parent::testPatchIndividual(); // TODO: Change the autogenerated stub - } - }