Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jul 23, 2019
1 parent 80570e9 commit e6bf650
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -18,7 +18,7 @@
/**
* @group functional
*/
class CachePoolListCommandTest extends WebTestCase
class CachePoolListCommandTest extends AbstractWebTestCase
{
protected function setUp()
{
Expand Down
Expand Up @@ -17,7 +17,7 @@
/**
* @group functional
*/
class TranslationDebugCommandTest extends WebTestCase
class TranslationDebugCommandTest extends AbstractWebTestCase
{
private $application;

Expand Down
Expand Up @@ -50,7 +50,7 @@ public function testMaxIntBoundary()
[position:Symfony\Component\VarDumper\Cloner\Data:private] => 0
[key:Symfony\Component\VarDumper\Cloner\Data:private] => 0
[maxDepth:Symfony\Component\VarDumper\Cloner\Data:private] => 20
[maxDepth:Symfony\Component\VarDumper\Cloner\Data:private] => 21
[maxItemsPerDepth:Symfony\Component\VarDumper\Cloner\Data:private] => -1
[useRefHandles:Symfony\Component\VarDumper\Cloner\Data:private] => -1
)
Expand Down

0 comments on commit e6bf650

Please sign in to comment.