Skip to content

Commit 73e48ef

Browse files
committed
php 5.3
1 parent 8af2811 commit 73e48ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CurlShareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public function testAll()
2525
$c = new CurlShare();
2626
$this->assertEquals('setopt_foo_opt_val', $c->setOpt('opt', 'val'));
2727
unset($c);
28-
$this->assertEquals(['close_foo'], self::$log);
28+
$this->assertEquals('close_foo', array_pop(self::$log));
2929
}
3030
}

0 commit comments

Comments
 (0)