public function testCountList()
 {
     $this->assertEquals(4, Table12Peer::countList(1), 'countList() returns the list of objects in the scope');
     $this->assertEquals(2, Table12Peer::countList(2), 'countList() returns the list of objects in the scope');
 }