選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

17 行
276B

  1. <?php
  2. class HTMLPurifier_StrategyHarness extends HTMLPurifier_ComplexHarness
  3. {
  4. public function setUp()
  5. {
  6. parent::setUp();
  7. $this->func = 'execute';
  8. $this->to_tokens = true;
  9. $this->to_html = true;
  10. }
  11. }
  12. // vim: et sw=4 sts=4