8000 Update SplPriorityQueueTest.php · zendframework/zend-stdlib@4900805 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 4900805

Browse files
author
Saif Eddin Gmati
authored
Update SplPriorityQueueTest.php
1 parent 5b60b2d commit 4900805

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/SplPriorityQueueTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ public function testSerializationAndDeserializationShouldMaintainState()
4848
{
4949
$s = serialize($this->queue);
5050
$unserialized = unserialize($s);
51-
52-
$this->assertSame
5351

5452
// assert same size
5553
$this->assertSameSize($this->queue, $unserialized);

0 commit comments

Comments
 (0)
0