repo.or.cz
/
htmlpurifier
/
bfroehle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add vim modelines to all files.
[htmlpurifier/bfroehle.git]
/
tests
/
HTMLPurifier
/
ChildDefHarness.php
blob
4b4d2f5b6895f2261067d077bc4a9909c7425b07
1
<
?php
2
3
class
HTMLPurifier_ChildDefHarness
extends
HTMLPurifier_ComplexHarness
4
{
5
6
public function
setUp
() {
7
parent
::
setUp
();
8
$this
->
obj
=
null
;
9
$this
->
func
=
'validateChildren'
;
10
$this
->
to_tokens
=
true
;
11
$this
->
to_html
=
true
;
12
}
13
14
}
15
16
// vim: et sw=4 sts=4