diff --git a/tests/Content/ContentStorageHandlerTest.php b/tests/Content/ContentStorageHandlerTest.php index d0c3b5833f..ca11afca7e 100644 --- a/tests/Content/ContentStorageHandlerTest.php +++ b/tests/Content/ContentStorageHandlerTest.php @@ -366,6 +366,8 @@ public function testFrom() // create a new handler with all the versions from the first one $handlerB = TestContentStorageHandler::from($handlerA); + $this->assertNotSame($handlerA, $handlerB); + $this->assertSame($publishedEN, $handlerB->read($versionPublished, $en)); $this->assertSame($publishedDE, $handlerB->read($versionPublished, $de));