From ea61b2565c76a9c663e59fed36702cb2c4ecf541 Mon Sep 17 00:00:00 2001 From: "Christophe.Boulain" <> Date: Mon, 12 Apr 2010 07:09:28 +0000 Subject: Fixed Issue#246 --- tests/unit/Collections/TQueueTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit') diff --git a/tests/unit/Collections/TQueueTest.php b/tests/unit/Collections/TQueueTest.php index 1c755480..d04f647e 100644 --- a/tests/unit/Collections/TQueueTest.php +++ b/tests/unit/Collections/TQueueTest.php @@ -57,7 +57,7 @@ class TQueueTest extends PHPUnit_Framework_TestCase { } public function testPeek() { - $queue = new TQueue(array(1)); + $queue = new TQueue(array(1,2,3)); self::assertEquals(1, $queue->peek()); } -- cgit v1.2.3