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
Fix newline issues in tests.
[htmlpurifier/darkodev.git]
/
tests
/
HTMLPurifier
/
InjectorHarness.php
blob
01cd327103f7906d9ba628a0227f880b18639561
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