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
Don't lower-case components of background.
[htmlpurifier/darkodev.git]
/
tests
/
HTMLPurifier
/
HTMLModuleHarness.php
blob
7aadf468a4d99a67ee8678f637c8ef00bf809e16
1
<
?php
2
3
class
HTMLPurifier_HTMLModuleHarness
extends
HTMLPurifier_StrategyHarness
4
{
5
function
setup
() {
6
parent
::
setup
();
7
$this
->
obj
=
new
HTMLPurifier_Strategy_Core
();
8
}
9
}
10
11
// vim: et sw=4 sts=4