Example #1
0
 public function testFullHeader()
 {
     Table::headers('foo', 'foo', 'foo', 'foo');
     $fullRow = Table::full_header('foo', $this->testAttributes);
     $matcher = $this->matchFull(true);
     $this->assertHTML($matcher, $fullRow);
 }