Skip to content
Snippets Groups Projects
Commit 986f99d9 authored by mondrake's avatar mondrake Committed by mondrake
Browse files

Issue #3113895 by mondrake: Re-enable drupal/redirect tests once its D9 version is available

parent 33c7a5a7
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,6 @@
"drupal/image_effects": "^3"
},
"require-dev": {
"drupal/redirect": "^1"
"drupal/redirect": "1.x-dev"
}
}
......@@ -25,20 +25,13 @@ class TextimageRedirectIntegrationTest extends TextimageTestBase {
'textimage',
'node',
'image_effects',
// 'redirect', @todo renable
'redirect',
];
/**
* Fake test, @todo remove once test below is re-enabled.
*/
public function testFake() {
$this->assertTrue(TRUE);
}
/**
* Test integration of Textimage with the Redirect module.
*/
public function __testTextimageWithRedirectInstalled() {
public function testTextimageWithRedirectInstalled() {
// Create an image field for testing.
$field_name = strtolower($this->randomMachineName());
$min_resolution = 50;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment