Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4111164
AbuseFilterSchemaTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
726 B
Referenced Files
None
Subscribers
None
AbuseFilterSchemaTest.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\Extension\AbuseFilter\Tests\Integration
;
use
MediaWiki\Tests\Structure\AbstractSchemaTestBase
;
/**
* @coversNothing
*/
class
AbuseFilterSchemaTest
extends
AbstractSchemaTestBase
{
protected
static
function
getSchemasDirectory
():
string
{
return
__DIR__
.
'/../../../db_patches'
;
}
protected
static
function
getSchemaChangesDirectory
():
string
{
return
__DIR__
.
'/../../../db_patches/abstractSchemaChanges/'
;
}
protected
static
function
getSchemaSQLDirs
():
array
{
return
[
'mysql'
=>
__DIR__
.
'/../../../db_patches/mysql'
,
'sqlite'
=>
__DIR__
.
'/../../../db_patches/sqlite'
,
'postgres'
=>
__DIR__
.
'/../../../db_patches/postgres'
,
];
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 22:11 (1 d, 17 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d9/ba/b740febf8e5b575bc4a412fcab6b
Default Alt Text
AbuseFilterSchemaTest.php (726 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment