Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
don
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LQDN Adminsys
don
Commits
fdccf39b
Verified
Commit
fdccf39b
authored
Oct 14, 2019
by
Guinness
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a formatting in a test
parent
53445ca8
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/functional/Handler/DonationHandlerTest.php
tests/functional/Handler/DonationHandlerTest.php
+1
-1
No files found.
tests/functional/Handler/DonationHandlerTest.php
View file @
fdccf39b
...
@@ -36,7 +36,7 @@ class DonationHandlerTest extends FunctionalTest
...
@@ -36,7 +36,7 @@ class DonationHandlerTest extends FunctionalTest
public
function
testDonationCreateCommand
()
public
function
testDonationCreateCommand
()
{
{
$this
->
container
[
'command_handler'
]
->
handle
(
new
DonationCreateCommand
(
1
,
1
,
date
(
"Y-m-d H:
M
:s"
),
50
,
0
,
0
));
$this
->
container
[
'command_handler'
]
->
handle
(
new
DonationCreateCommand
(
1
,
1
,
date
(
"Y-m-d H:
i
:s"
),
50
,
0
,
0
));
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment