diff options
author | xue <> | 2006-10-23 12:08:11 +0000 |
---|---|---|
committer | xue <> | 2006-10-23 12:08:11 +0000 |
commit | e4c9e8e311dc09424e4b865f53a0a6fe6872c4e6 (patch) | |
tree | 094321633b3d900a83dd1b01864fb9010173a72c /tests/unit/Collections/TListTest.php | |
parent | 5dd2b03677b8937f704cc263bf78d6174a0fe00e (diff) |
merge from 3.0 branch till 1475.
Diffstat (limited to 'tests/unit/Collections/TListTest.php')
-rw-r--r-- | tests/unit/Collections/TListTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Collections/TListTest.php b/tests/unit/Collections/TListTest.php index c9190da6..e090728c 100644 --- a/tests/unit/Collections/TListTest.php +++ b/tests/unit/Collections/TListTest.php @@ -185,7 +185,7 @@ class TListTest extends PHPUnit2_Framework_TestCase { } public function testArrayMisc() { - $this->assertEquals(1,count($this->list)); + $this->assertEquals($this->list->Count,count($this->list)); $this->assertTrue(isset($this->list[1])); $this->assertFalse(isset($this->list[2])); } |