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
Merge "Minor CSS cleanup for Vector and Monobook skins"
[mediawiki.git]
/
tests
/
selenium
/
suites
/
PageDeleteTestSuite.php
blob
e43ffa80fe9c832ab736c169dc9f86d5733a1aea
1
<
?php
2
3
class
PageDeleteTestSuite
extends
SeleniumTestSuite
{
4
public function
setUp
() {
5
$this
->
setLoginBeforeTests
(
true
);
6
parent
::
setUp
();
7
}
8
9
public function
addTests
() {
10
$testFiles
=
array
(
11
'tests/selenium/suites/DeletePageAdminTestCase.php'
12
);
13
parent
::
addTestFiles
(
$testFiles
);
14
}
15
}