Skip to content

Commit 67046dc

Browse files
fix merge
1 parent ad13a58 commit 67046dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Functional/CachePoolListCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* @group functional
2020
*/
21-
class CachePoolListCommandTest extends WebTestCase
21+
class CachePoolListCommandTest extends AbstractWebTestCase
2222
{
2323
protected function setUp()
2424
{

Tests/Functional/TranslationDebugCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* @group functional
1919
*/
20-
class TranslationDebugCommandTest extends WebTestCase
20+
class TranslationDebugCommandTest extends AbstractWebTestCase
2121
{
2222
private $application;
2323

0 commit comments

Comments
 (0)