示例#1
0
 public function testConstruct()
 {
     $object = new Table();
     $this->assertEmpty($object->getRows());
     $this->assertFalse($object->isResizeProportional());
 }