コード例 #1
0
ファイル: HTML_TableTest.php プロジェクト: pombredanne/tuleap
 public function itBuildsTableWithTitles()
 {
     $this->assertPattern('%<th>Bla</th>%', $this->html_table->setColumnsTitle(array('Bla'))->render());
 }