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