Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GLPI
glpi
Commits
f0cc5cd0
Commit
f0cc5cd0
authored
Jun 18, 2021
by
Cédric Anne
Committed by
Johan Cwiklinski
Jun 21, 2021
Browse files
use includes later
parent
299e5188
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/bin/test-updated-data
View file @
f0cc5cd0
...
...
@@ -42,10 +42,12 @@ define(
]
);
include_once
(
GLPI_ROOT
.
'/inc/
includes
.php'
);
include_once
(
GLPI_ROOT
.
'/inc/
based_config
.php'
);
\
GlpiTests\Toolbox
::
initVarDirectories
();
include_once
(
GLPI_ROOT
.
'/inc/includes.php'
);
$command
=
new
\
GlpiTests\Command\TestUpdatedDataCommand
();
$app
=
new
\
Symfony\Component\Console\Application
(
'Test empty data'
,
GLPI_VERSION
);
...
...
Write
Preview
Supports
Markdown
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