Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tables
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grifart libs
tables
Commits
8d27fe8a
Commit
8d27fe8a
authored
2 years ago
by
Daniel Kurowski
Browse files
Options
Downloads
Patches
Plain Diff
tests: fix fixtures
parent
acae95b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#44637
passed
2 years ago
Stage: install
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/Fixtures/PackagePrimaryKey.php
+3
-2
3 additions, 2 deletions
tests/Fixtures/PackagePrimaryKey.php
tests/Fixtures/TestPrimaryKey.php
+3
-2
3 additions, 2 deletions
tests/Fixtures/TestPrimaryKey.php
with
6 additions
and
4 deletions
tests/Fixtures/PackagePrimaryKey.php
+
3
−
2
View file @
8d27fe8a
...
...
@@ -19,8 +19,9 @@ use function Grifart\Tables\Conditions\equalTo;
*/
final
class
PackagePrimaryKey
implements
PrimaryKey
{
private
function
__construct
(
private
string
$name
)
{
private
function
__construct
(
private
string
$name
,
)
{
}
...
...
This diff is collapsed.
Click to expand it.
tests/Fixtures/TestPrimaryKey.php
+
3
−
2
View file @
8d27fe8a
...
...
@@ -19,8 +19,9 @@ use function Grifart\Tables\Conditions\equalTo;
*/
final
class
TestPrimaryKey
implements
PrimaryKey
{
private
function
__construct
(
private
Uuid
$id
)
{
private
function
__construct
(
private
Uuid
$id
,
)
{
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment