repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: mock parser tests file access
[mediawiki.git]
/
tests
/
selenium
/
SeleniumLoader.php
blob
1a860f4b72affe4f5e6b67541653d7263d3ca404
1
<
?php
2
3
class
SeleniumLoader
{
4
static function
load
() {
5
require_once
'Testing/Selenium.php'
;
6
require_once
'PHPUnit/Framework.php'
;
7
require_once
'PHPUnit/Extensions/SeleniumTestCase.php'
;
8
}
9
}