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

Commit

Permalink
Update SplPriorityQueueTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz authored Aug 25, 2018
1 parent ef97c48 commit 7035b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SplPriorityQueueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function testSerializationAndDeserializationShouldMaintainState()
{
$s = serialize($this->queue);
$unserialized = unserialize($s);

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

Expand Down

0 comments on commit 7035b4e

Please sign in to comment.