8000 Update SplPriorityQueueTest.php · zendframework/zend-stdlib@7035b4e · 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 7035b4e

Browse files
authored
Update SplPriorityQueueTest.php
1 parent ef97c48 commit 7035b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SplPriorityQueueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function testSerializationAndDeserializationShouldMaintainState()
4848
{
4949
$s = serialize($this->queue);
5050
$unserialized = unserialize($s);
51-
51+
5252
// assert same size
5353
$this->assertSameSize($this->queue, $unserialized);
5454

0 commit comments

Comments
 (0)
0