repo.or.cz
/
htmlpurifier
/
darkodev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Convert all to new configuration get/set format.
[htmlpurifier/darkodev.git]
/
tests
/
HTMLPurifier
/
InjectorHarness.php
blob
e3815175a8ed7dfbe91b9eba2e54d1b0ba4219f0
1
<
?php
2
3
class
HTMLPurifier_InjectorHarness
extends
HTMLPurifier_StrategyHarness
4
{
5
6
function
setUp
() {
7
parent
::
setUp
();
8
$this
->
obj
=
new
HTMLPurifier_Strategy_MakeWellFormed
();
9
}
10
11
}
12
13
// vim: et sw=4 sts=4