Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F2245948
PHPUnit 10 upgrade with Rector :: rector.php
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
dereckson
Jul 2 2023, 17:10
2023-07-02 17:10:36 (UTC+0)
Size
248 B
Referenced Files
None
Subscribers
None
PHPUnit 10 upgrade with Rector :: rector.php
View Options
<?php
use
Rector\Config\RectorConfig
;
use
Rector\PHPUnit\Set\PHPUnitSetList
;
return
static
function
(
RectorConfig
$rectorConfig
)
:
void
{
$rectorConfig
->
sets
([
PHPUnitSetList
::
PHPUNIT_100
,
]);
$rectorConfig
->
importNames
();
};
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1416192
Default Alt Text
PHPUnit 10 upgrade with Rector :: rector.php (248 B)
Attached To
Mode
P342 PHPUnit 10 upgrade with Rector :: rector.php
Attached
Detach File
Event Timeline
Log In to Comment