We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819eea4 commit a907592Copy full SHA for a907592
tests/src/Unit/HarTest.php
@@ -74,9 +74,6 @@ public function testCloneBrowserIsDeep(): void
74
// Clone the HAR
75
$cloned = clone $har;
76
77
- // Verify the Browser object is a different instance
78
- $this->assertNotSame($har->getLog()->getBrowser(), $cloned->getLog()->getBrowser());
79
-
80
// Modify the cloned HAR's browser version
81
$cloned->getLog()->getBrowser()->setVersion('modified-version');
82
0 commit comments