Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
ecabad5e
Commit
ecabad5e
authored
5 years ago
by
Florian Azizian
Browse files
Options
Downloads
Patches
Plain Diff
tu history
parent
39f11d49
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sql/structure.sql
+0
-1
0 additions, 1 deletion
sql/structure.sql
test/unitTests/app/history/HistoryControllerTest.php
+4
-4
4 additions, 4 deletions
test/unitTests/app/history/HistoryControllerTest.php
with
4 additions
and
5 deletions
sql/structure.sql
+
0
−
1
View file @
ecabad5e
...
@@ -5,7 +5,6 @@ SET standard_conforming_strings = off;
...
@@ -5,7 +5,6 @@ SET standard_conforming_strings = off;
SET
check_function_bodies
=
false
;
SET
check_function_bodies
=
false
;
SET
client_min_messages
=
warning
;
SET
client_min_messages
=
warning
;
SET
escape_string_warning
=
off
;
SET
escape_string_warning
=
off
;
SET
datestyle
=
'iso, dmy'
;
--DROP PROCEDURAL LANGUAGE IF EXISTS plpgsql CASCADE;
--DROP PROCEDURAL LANGUAGE IF EXISTS plpgsql CASCADE;
--CREATE PROCEDURAL LANGUAGE plpgsql;
--CREATE PROCEDURAL LANGUAGE plpgsql;
...
...
This diff is collapsed.
Click to expand it.
test/unitTests/app/history/HistoryControllerTest.php
+
4
−
4
View file @
ecabad5e
...
@@ -35,8 +35,8 @@ class HistoryControllerTest extends TestCase
...
@@ -35,8 +35,8 @@ class HistoryControllerTest extends TestCase
$request
=
\Slim\Http\Request
::
createFromEnvironment
(
$environment
);
$request
=
\Slim\Http\Request
::
createFromEnvironment
(
$environment
);
$aArgs
=
[
$aArgs
=
[
'startDate'
=>
'15-03-2018'
,
'startDate'
=>
date
(
'Y-m-d H:i:s'
,
1521100000
)
,
'endDate'
=>
date
(
'
d
-m-
Y'
)
'endDate'
=>
date
(
'
Y
-m-
d H:i:s'
,
time
()
)
];
];
$fullRequest
=
$request
->
withQueryParams
(
$aArgs
);
$fullRequest
=
$request
->
withQueryParams
(
$aArgs
);
...
@@ -56,8 +56,8 @@ class HistoryControllerTest extends TestCase
...
@@ -56,8 +56,8 @@ class HistoryControllerTest extends TestCase
$request
=
\Slim\Http\Request
::
createFromEnvironment
(
$environment
);
$request
=
\Slim\Http\Request
::
createFromEnvironment
(
$environment
);
$aArgs
=
[
$aArgs
=
[
'startDate'
=>
'15-03-2018'
,
'startDate'
=>
date
(
'Y-m-d H:i:s'
,
1521100000
)
,
'endDate'
=>
date
(
'
d
-m-
Y'
)
'endDate'
=>
date
(
'
Y
-m-
d H:i:s'
,
time
()
)
];
];
$fullRequest
=
$request
->
withQueryParams
(
$aArgs
);
$fullRequest
=
$request
->
withQueryParams
(
$aArgs
);
...
...
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