Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Issue forks
imageapi_optimize-3226168
Commits
e11a166e
Commit
e11a166e
authored
Jul 04, 2017
by
Steven Jones
Committed by
Steven Jones
Jul 04, 2017
Browse files
Issue
#2891968
by Steven Jones: Tests are broken on 8.3
parent
dfe690d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/Tests/ImageEffectsTest.php
View file @
e11a166e
...
...
@@ -7,6 +7,6 @@ namespace Drupal\imageapi_optimize\Tests;
*
* @group image
*/
class
ImageEffectsTest
extends
\
Drupal\
image\Tests
\ImageEffectsTest
{
class
ImageEffectsTest
extends
\
Drupal\
Tests\image\Functional
\ImageEffectsTest
{
public
static
$modules
=
array
(
'imageapi_optimize'
,);
}
src/Tests/ImageFieldWidgetTest.php
View file @
e11a166e
...
...
@@ -7,6 +7,6 @@ namespace Drupal\imageapi_optimize\Tests;
*
* @group image
*/
class
ImageFieldWidgetTest
extends
\
Drupal\
image\Tests
\ImageFieldWidgetTest
{
class
ImageFieldWidgetTest
extends
\
Drupal\
Tests\image\Functional
\ImageFieldWidgetTest
{
public
static
$modules
=
array
(
'imageapi_optimize'
,);
}
src/Tests/ImageStyleDeleteTest.php
View file @
e11a166e
...
...
@@ -7,6 +7,6 @@ namespace Drupal\imageapi_optimize\Tests;
*
* @group image
*/
class
ImageStyleDeleteTest
extends
\
Drupal\
image\Tests
\ImageStyleDeleteTest
{
class
ImageStyleDeleteTest
extends
\
Drupal\
Tests\image\Functional
\ImageStyleDeleteTest
{
public
static
$modules
=
array
(
'imageapi_optimize'
,);
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment