Пример #1
0
 public function itHasNoTableBodyIfNoBoby()
 {
     $this->assertNoPattern('%<tbody>.*</tbody>%', $this->html_table->render());
 }