Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1427418
TestListMissingException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
308 B
Referenced Files
None
Subscribers
None
TestListMissingException.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\Composer\PhpUnitSplitter
;
/**
* @license GPL-2.0-or-later
*/
class
TestListMissingException
extends
\Exception
{
public
function
__construct
(
string
$testListFile
)
{
parent
::
__construct
(
"Could not find test list at "
.
$testListFile
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 14:36 (22 h, 25 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
74/58/eb6e863e224b5b1b65de578eaf48
Default Alt Text
TestListMissingException.php (308 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment