Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
tmgmt_smartling
Commits
591a224b
Commit
591a224b
authored
Dec 09, 2021
by
Loparev
Browse files
Fixed tests
parent
4b2ac891
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/src/Functional/JobsTest.php
View file @
591a224b
...
...
@@ -21,7 +21,7 @@ class JobsTest extends SmartlingTestBase {
/**
* {@inheritdoc}
*/
public
function
setUp
()
{
public
function
setUp
()
:
void
{
parent
::
setUp
();
// Create queue table (it doesn't exist for simpletests somehow).
...
...
tests/src/Functional/LoggingTest.php
View file @
591a224b
...
...
@@ -20,7 +20,7 @@ class LoggingTest extends SmartlingTestBase {
/**
* {@inheritdoc}
*/
public
function
setUp
()
{
public
function
setUp
()
:
void
{
parent
::
setUp
();
// Create queue table (it doesn't exist for simpletests somehow).
...
...
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