public function testAdd() { $this->_List->add('test', 123, array(10, 20, 30)); $this->assertCount(8, $this->_List); }