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
82608ef7
Commit
82608ef7
authored
Jun 12, 2020
by
Loparev
Browse files
Fixed drupalci.yml: test groups
parent
87c2d1b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
drupalci.yml
View file @
82608ef7
...
...
@@ -26,7 +26,7 @@ build:
halt-on-fail
:
false
run_tests.kernel
:
types
:
'
PHPUnit-Kernel'
testgroups
:
'
tmgmt_smartling
,
tmgmt_smartling_log_settings
'
testgroups
:
'
tmgmt_smartling'
suppress-deprecations
:
false
halt-on-fail
:
false
run_tests.simpletest
:
...
...
modules/tmgmt_smartling_log_settings/tests/src/Kernel/TmgmtSmartlingLogSettingsTest.php
View file @
82608ef7
...
...
@@ -7,7 +7,7 @@ use Drupal\KernelTests\KernelTestBase;
/**
* Test tmgmt_smartling_log_settings functionality.
*
* @group tmgmt_smartling
_log_settings
* @group tmgmt_smartling
*/
class
TmgmtSmartlingLogSettingsTest
extends
KernelTestBase
{
...
...
tests/src/Kernel/SmartlingTestBase.php
View file @
82608ef7
...
...
@@ -9,8 +9,6 @@ use Smartling\File\FileApi;
/**
* Smartling kernel test base class.
*
* @group tmgmt_smartling
*/
class
SmartlingTestBase
extends
TMGMTKernelTestBase
{
...
...
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