FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
FixturesPlugin/src/FixtureOption.php at main · basecom/FixturesPlugin · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
basecom
/
FixturesPlugin
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
19
Code
Issues
2
Pull requests
2
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
FixturesPlugin
/
src
/
FixtureOption.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (17 loc) · 414 Bytes
Breadcrumbs
FixturesPlugin
/
src
/
FixtureOption.php
Copy path
File metadata and controls
20 lines (17 loc) · 414 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
declare
(strict_types=
1
);
namespace
Basecom
\
FixturePlugin
;
readonly
class
FixtureOption
{
/**
* @param array<string> $fixtureNames
*/
public
function
__construct
(
public
bool
$
dryMode
=
false
,
public
?
string
$
groupName
=
null
,
public
array
$
fixtureNames
= [],
public
bool
$
withDependencies
=
false
,
public
bool
$
withVendor
=
false
,
) {
}
}
Back
|
FazBrowse Home
|
New Git URL