Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432777
PHPUnitCommand.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
512 B
Referenced Files
None
Subscribers
None
PHPUnitCommand.php
View Options
<?php
namespace
Eris
;
final
class
PHPUnitCommand
{
private
$seed
;
private
$name
;
private
function
__construct
(
$seed
,
$name
)
{
$this
->
seed
=
$seed
;
$this
->
name
=
$name
;
}
public
static
function
fromSeedAndName
(
$seed
,
$name
)
{
return
new
self
(
$seed
,
str_replace
(
'
\\
'
,
'
\\\\
'
,
$name
)
);
}
public
function
__toString
()
{
return
"ERIS_SEED={$this->seed} vendor/bin/phpunit --filter '{$this->name}'"
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 22:18 (1 d, 3 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0c/95/835265a0f30c2458ad77c2fb680e
Default Alt Text
PHPUnitCommand.php (512 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment