Example #1
0
 public function testStaticOpen()
 {
     $table = Table::bordered_condensed_foobar_open($this->testAttributes);
     $matcher = $this->matcher;
     $matcher['attributes']['class'] = 'foo table-bordered table-condensed table';
     $this->assertHTML($matcher, $table);
 }