Skip to content

Commit 07f8965

Browse files
committed
php 5.3 compatibility
1 parent f29e174 commit 07f8965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CurlMultiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ public function testAll()
8181

8282
$this->assertEquals('strerror_boo', CurlMulti::strerror('boo'));
8383
unset($cm);
84-
$this->assertEquals(['close_foo'], self::$log);
84+
$this->assertEquals('close_foo', array_pop(self::$log));
8585
}
8686
}

0 commit comments

Comments
 (0)