Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
wiki.bernardino.org /
tests /
phpunit /
Delete
Unzip
Name
Size
Permission
Date
Action
data
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
docs
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
includes
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
languages
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
maintenance
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
mocks
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
skins
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
specials
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
structure
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
suites
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
tests
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
LessFileCompilationTest.php
1.37
KB
-rw-r--r--
2016-11-28 20:20
Makefile
2.04
KB
-rw-r--r--
2016-11-28 20:20
MediaWikiLangTestCase.php
633
B
-rw-r--r--
2016-11-28 20:20
MediaWikiPHPUnitCommand.php
1007
B
-rw-r--r--
2011-06-02 21:32
MediaWikiPHPUnitTestListener.php
3.14
KB
-rw-r--r--
2016-11-28 20:20
MediaWikiTestCase.php
50.94
KB
-rw-r--r--
2016-11-28 20:20
README
1.21
KB
-rw-r--r--
2016-11-28 20:20
ResourceLoaderTestCase.php
3.67
KB
-rw-r--r--
2016-11-28 20:20
TODO
986
B
-rw-r--r--
2016-11-28 20:20
bootstrap.php
748
B
-rw-r--r--
2016-11-28 20:20
install-phpunit.sh
807
B
-rwxr-xr-x
2011-06-04 23:34
phpunit.php
4.78
KB
-rwxr-xr-x
2016-11-28 20:20
run-tests.bat
45
B
-rw-r--r--
2016-11-28 20:20
suite.xml
2.21
KB
-rw-r--r--
2016-11-28 20:20
Save
Rename
<?php /** * Bootstrapping for MediaWiki PHPUnit tests * This file is included by phpunit and is NOT in the global scope. * * @file */ if ( !defined( 'MW_PHPUNIT_TEST' ) ) { echo <<<EOF You are running these tests directly from phpunit. You may not have all globals correctly set. Running phpunit.php instead is recommended. EOF; require_once __DIR__ . "/phpunit.php"; } class MediaWikiPHPUnitBootstrap { public function __destruct() { // Return to real wiki db, so profiling data is preserved MediaWikiTestCase::teardownTestDB(); // Log profiling data, e.g. in the database or UDP wfLogProfilingData(); } } // This will be destructed after all tests have been run $mediawikiPHPUnitBootstrap = new MediaWikiPHPUnitBootstrap();