예제 #1
0
 public function testCount()
 {
     $this->object->put('one', new \stdClass());
     $this->object->put('two', new \stdClass());
     $this->object->put('three', new \stdClass());
     $this->object->put('four', new \stdClass());
     $this->object->put('five', new \stdClass());
     $this->assertEquals(5, $this->object->count());
 }