Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429915
UnlocatedTestException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
340 B
Referenced Files
None
Subscribers
None
UnlocatedTestException.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\Composer\PhpUnitSplitter
;
/**
* @license GPL-2.0-or-later
*/
class
UnlocatedTestException
extends
\Exception
{
public
function
__construct
(
TestDescriptor
$testDescriptor
)
{
parent
::
__construct
(
"Could not find file for class "
.
$testDescriptor
->
getFullClassname
()
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 18:11 (8 h, 55 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
bf/4e/78c16ee84b8b996daad2420cb253
Default Alt Text
UnlocatedTestException.php (340 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment